]> git.kernelconcepts.de Git - karo-tx-linux.git/blob - drivers/video/riva/Makefile
regulator: Fix regulator_get_{optional,exclusive}() documentation
[karo-tx-linux.git] / drivers / video / riva / Makefile
1 #
2 # Makefile for the Riva framebuffer driver
3 #
4
5 obj-$(CONFIG_FB_RIVA)     += rivafb.o
6
7 rivafb-objs               := fbdev.o riva_hw.o nv_driver.o
8
9 ifdef CONFIG_FB_RIVA_I2C
10         rivafb-objs       += rivafb-i2c.o
11 endif