diff options
Diffstat (limited to 'drivers/video/i810/Makefile')
-rw-r--r-- | drivers/video/i810/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/drivers/video/i810/Makefile b/drivers/video/i810/Makefile index 794ae76c7c4b..96e08c8ded97 100644 --- a/drivers/video/i810/Makefile +++ b/drivers/video/i810/Makefile | |||
@@ -4,7 +4,6 @@ | |||
4 | 4 | ||
5 | obj-$(CONFIG_FB_I810) += i810fb.o | 5 | obj-$(CONFIG_FB_I810) += i810fb.o |
6 | 6 | ||
7 | |||
8 | i810fb-objs := i810_main.o i810_accel.o | 7 | i810fb-objs := i810_main.o i810_accel.o |
9 | 8 | ||
10 | ifdef CONFIG_FB_I810_GTF | 9 | ifdef CONFIG_FB_I810_GTF |
@@ -12,3 +11,7 @@ i810fb-objs += i810_gtf.o | |||
12 | else | 11 | else |
13 | i810fb-objs += i810_dvt.o | 12 | i810fb-objs += i810_dvt.o |
14 | endif | 13 | endif |
14 | |||
15 | ifdef CONFIG_FB_I810_I2C | ||
16 | i810fb-objs += i810-i2c.o | ||
17 | endif | ||