summaryrefslogtreecommitdiff
path: root/drivers/video/mxc/Makefile
diff options
context:
space:
mode:
authorPedro Perez de Heredia <pedro.perez@digi.com>2010-02-10 15:06:58 +0100
committerAlejandro Gonzalez <alex.gonzalez@digi.com>2010-02-12 18:39:07 +0100
commit5d5b4ca7cd2c968820dad2b0219456af24778974 (patch)
tree4ac7b73df2dd80101407f45c139a15cfeaf21285 /drivers/video/mxc/Makefile
parent7803286218458714a8a8aca6b751b442f3045d70 (diff)
ccwmx51: add support for TFT LCD displays
Signed-off-by: Pedro Perez de Heredia <pedro.perez@digi.com>
Diffstat (limited to 'drivers/video/mxc/Makefile')
-rw-r--r--drivers/video/mxc/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/video/mxc/Makefile b/drivers/video/mxc/Makefile
index 916b431152f1..54a0bf4dd7c7 100644
--- a/drivers/video/mxc/Makefile
+++ b/drivers/video/mxc/Makefile
@@ -7,6 +7,7 @@ ifeq ($(CONFIG_MXC_IPU_V1),y)
obj-$(CONFIG_FB_MXC_SYNC_PANEL) += mxcfb.o mxcfb_modedb.o
else
obj-$(CONFIG_FB_MXC_SYNC_PANEL) += mxc_ipuv3_fb.o
+ obj-$(CONFIG_FB_MXC_SYNC_PANEL) += ccwmx51_display.o
endif
obj-$(CONFIG_FB_MXC_EPSON_PANEL) += mxcfb_epson.o
obj-$(CONFIG_FB_MXC_EPSON_QVGA_PANEL) += mxcfb_epson_qvga.o