Merge branch 'for-2.6.38/core' into for-next
[deliverable/linux.git] / drivers / video / riva / Makefile
CommitLineData
1da177e4
LT
1#
2# Makefile for the Riva framebuffer driver
3#
4
5obj-$(CONFIG_FB_RIVA) += rivafb.o
6
7rivafb-objs := fbdev.o riva_hw.o nv_driver.o
8
9ifdef CONFIG_FB_RIVA_I2C
10 rivafb-objs += rivafb-i2c.o
11endif
This page took 1.072094 seconds and 5 git commands to generate.