]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blob - drivers/video/riva/Makefile
Merge branch 'omap-clock-fixes' of git://git.pwsan.com/linux-2.6
[linux-2.6-omap-h63xx.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