summaryrefslogtreecommitdiffstats
path: root/drivers/video/omap2/dss/Makefile
diff options
context:
space:
mode:
authorArchit Taneja <archit@ti.com>2010-09-15 18:47:29 +0530
committerTomi Valkeinen <tomi.valkeinen@nokia.com>2010-10-22 23:21:03 +0300
commite1ef4d236f11ef0cb674deead822d029f1bb2745 (patch)
tree5bd2144371e30917ebc0e9cad9b769c4c36a62ac /drivers/video/omap2/dss/Makefile
parent2308bfb8acbdab6883e5dd5bb1f4fe60ca5faefa (diff)
downloadop-kernel-dev-e1ef4d236f11ef0cb674deead822d029f1bb2745.zip
op-kernel-dev-e1ef4d236f11ef0cb674deead822d029f1bb2745.tar.gz
OMAP: DSS2: Introduce dss_features files
Add dss_features.c and dss_features.h for the dss_features framework. This framework will be used to move all cpu_is_xxx() and similar calls to a single place. Signed-off-by: Archit Taneja <archit@ti.com> Signed-off-by: Tomi Valkeinen <tomi.valkeinen@nokia.com>
Diffstat (limited to 'drivers/video/omap2/dss/Makefile')
-rw-r--r--drivers/video/omap2/dss/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/omap2/dss/Makefile b/drivers/video/omap2/dss/Makefile
index d71b5d9..7db17b5 100644
--- a/drivers/video/omap2/dss/Makefile
+++ b/drivers/video/omap2/dss/Makefile
@@ -1,5 +1,5 @@
obj-$(CONFIG_OMAP2_DSS) += omapdss.o
-omapdss-y := core.o dss.o dispc.o display.o manager.o overlay.o
+omapdss-y := core.o dss.o dss_features.o dispc.o display.o manager.o overlay.o
omapdss-$(CONFIG_OMAP2_DSS_DPI) += dpi.o
omapdss-$(CONFIG_OMAP2_DSS_RFBI) += rfbi.o
omapdss-$(CONFIG_OMAP2_DSS_VENC) += venc.o
OpenPOWER on IntegriCloud