git: https://android.googlesource.com/kernel/common branch: android-4.9 commit: 03fcc2fe71308c2d164b4e6cbfc738c63e670444
6 lines
187 B
Makefile
6 lines
187 B
Makefile
ccflags-y := -Iinclude/drm
|
|
mgag200-y := mgag200_main.o mgag200_mode.o mgag200_cursor.o \
|
|
mgag200_drv.o mgag200_fb.o mgag200_i2c.o mgag200_ttm.o
|
|
|
|
obj-$(CONFIG_DRM_MGAG200) += mgag200.o
|