aboutsummaryrefslogtreecommitdiff
path: root/drivers/video/i810/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/video/i810/Makefile')
-rw-r--r--drivers/video/i810/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/drivers/video/i810/Makefile b/drivers/video/i810/Makefile
index 794ae76c7c4..96e08c8ded9 100644
--- a/drivers/video/i810/Makefile
+++ b/drivers/video/i810/Makefile
@@ -4,7 +4,6 @@
obj-$(CONFIG_FB_I810) += i810fb.o
-
i810fb-objs := i810_main.o i810_accel.o
ifdef CONFIG_FB_I810_GTF
@@ -12,3 +11,7 @@ i810fb-objs += i810_gtf.o
else
i810fb-objs += i810_dvt.o
endif
+
+ifdef CONFIG_FB_I810_I2C
+i810fb-objs += i810-i2c.o
+endif