git: https://android.googlesource.com/kernel/common branch: android-4.9 commit: 03fcc2fe71308c2d164b4e6cbfc738c63e670444
5 lines
183 B
Makefile
5 lines
183 B
Makefile
hdlcd-y := hdlcd_drv.o hdlcd_crtc.o
|
|
obj-$(CONFIG_DRM_HDLCD) += hdlcd.o
|
|
mali-dp-y := malidp_drv.o malidp_hw.o malidp_planes.o malidp_crtc.o
|
|
obj-$(CONFIG_DRM_MALI_DISPLAY) += mali-dp.o
|