git: https://android.googlesource.com/kernel/common branch: android-4.9 commit: 03fcc2fe71308c2d164b4e6cbfc738c63e670444
12 lines
213 B
Makefile
12 lines
213 B
Makefile
#
|
|
# Makefile for the Riva framebuffer driver
|
|
#
|
|
|
|
obj-$(CONFIG_FB_RIVA) += rivafb.o
|
|
|
|
rivafb-objs := fbdev.o riva_hw.o nv_driver.o
|
|
|
|
ifdef CONFIG_FB_RIVA_I2C
|
|
rivafb-objs += rivafb-i2c.o
|
|
endif
|