blob: 8898c9915b022eb15582f1e0599e386a59ba3a76 (
plain) (
tree)
|
|
#
# 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
|