aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/riva/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/video/riva/Makefile')
-rw-r--r--drivers/video/riva/Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/video/riva/Makefile b/drivers/video/riva/Makefile
new file mode 100644
index 000000000000..8898c9915b02
--- /dev/null
+++ b/drivers/video/riva/Makefile
@@ -0,0 +1,11 @@
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