]> git.kernelconcepts.de Git - karo-tx-linux.git/blob - drivers/video/riva/Makefile
Merge tag 'sound-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound
[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