aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/omap2/displays-new/Makefile
diff options
context:
space:
mode:
authorTomi Valkeinen <tomi.valkeinen@ti.com>2013-05-24 07:20:45 -0400
committerTomi Valkeinen <tomi.valkeinen@ti.com>2013-06-17 07:30:03 -0400
commit348077b154357eec595068a3336ef6beb870e6f3 (patch)
tree081d3697a47016cc0c129d5abbdba1399c8c3b04 /drivers/video/omap2/displays-new/Makefile
parenta0ee577fa26959d6ae8fe89ea5121ec444e8c0f1 (diff)
OMAPDSS: Add new DVI Connector driver
Add DVI Connector driver which uses the new DSS device model and DSS ops. Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Diffstat (limited to 'drivers/video/omap2/displays-new/Makefile')
-rw-r--r--drivers/video/omap2/displays-new/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/video/omap2/displays-new/Makefile b/drivers/video/omap2/displays-new/Makefile
index c2ee45e2e2c3..ed7dd062dc92 100644
--- a/drivers/video/omap2/displays-new/Makefile
+++ b/drivers/video/omap2/displays-new/Makefile
@@ -1,2 +1,3 @@
1obj-$(CONFIG_DISPLAY_ENCODER_TFP410) += encoder-tfp410.o 1obj-$(CONFIG_DISPLAY_ENCODER_TFP410) += encoder-tfp410.o
2obj-$(CONFIG_DISPLAY_ENCODER_TPD12S015) += encoder-tpd12s015.o 2obj-$(CONFIG_DISPLAY_ENCODER_TPD12S015) += encoder-tpd12s015.o
3obj-$(CONFIG_DISPLAY_CONNECTOR_DVI) += connector-dvi.o