git: https://android.googlesource.com/kernel/common branch: android-4.9 commit: 03fcc2fe71308c2d164b4e6cbfc738c63e670444
9 lines
192 B
Makefile
9 lines
192 B
Makefile
#
|
|
# Makefile for the MB862xx framebuffer driver
|
|
#
|
|
|
|
obj-$(CONFIG_FB_MB862XX) += mb862xxfb.o
|
|
|
|
mb862xxfb-y := mb862xxfbdrv.o mb862xxfb_accel.o
|
|
mb862xxfb-$(CONFIG_FB_MB862XX_I2C) += mb862xx-i2c.o
|