summaryrefslogtreecommitdiffstats
path: root/drivers/video/omap2/dss/Makefile
diff options
context:
space:
mode:
authorArchit Taneja <archit@ti.com>2013-09-17 11:43:15 +0530
committerTomi Valkeinen <tomi.valkeinen@ti.com>2013-10-09 12:42:37 +0300
commit08d83e4e172176f8a66697ffb26eaa5ac5c2ef03 (patch)
tree700c97cdcc56188e8aa1c0aca2b7663f2100ba3d /drivers/video/omap2/dss/Makefile
parentc8a0d959b776f6799b995941ee0c2f8c67110fe8 (diff)
downloadop-kernel-dev-08d83e4e172176f8a66697ffb26eaa5ac5c2ef03.zip
op-kernel-dev-08d83e4e172176f8a66697ffb26eaa5ac5c2ef03.tar.gz
omapdss: HDMI: move common functions to a separate file
The OMAP4 HDMI encoder driver(hdmi4.c) contains timings tables, and helper functions which can be used as is by the OMAP5/DRA7x encoder driver. Move these to hdmi_common.c so that it's not replicated in the future. Signed-off-by: Archit Taneja <archit@ti.com> Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Diffstat (limited to 'drivers/video/omap2/dss/Makefile')
-rw-r--r--drivers/video/omap2/dss/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/video/omap2/dss/Makefile b/drivers/video/omap2/dss/Makefile
index f87ca32..d3aa91b 100644
--- a/drivers/video/omap2/dss/Makefile
+++ b/drivers/video/omap2/dss/Makefile
@@ -10,6 +10,6 @@ omapdss-$(CONFIG_OMAP2_DSS_RFBI) += rfbi.o
omapdss-$(CONFIG_OMAP2_DSS_VENC) += venc.o
omapdss-$(CONFIG_OMAP2_DSS_SDI) += sdi.o
omapdss-$(CONFIG_OMAP2_DSS_DSI) += dsi.o
-omapdss-$(CONFIG_OMAP4_DSS_HDMI) += hdmi4.o hdmi_wp.o hdmi_pll.o hdmi_phy.o \
- hdmi4_core.o
+omapdss-$(CONFIG_OMAP4_DSS_HDMI) += hdmi4.o hdmi_common.o hdmi_wp.o hdmi_pll.o \
+ hdmi_phy.o hdmi4_core.o
ccflags-$(CONFIG_OMAP2_DSS_DEBUG) += -DDEBUG
OpenPOWER on IntegriCloud