mirror of
https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
synced 2025-09-09 17:02:46 -04:00
11 lines
213 B
Makefile
11 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
|