linux-surface/drivers/video/fbdev/riva/Makefile
2017-08-10 09:25:24 -04:00

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