aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/omap2/dss/Makefile
diff options
context:
space:
mode:
authorArchit Taneja <archit@ti.com>2010-09-15 09:17:29 -0400
committerTomi Valkeinen <tomi.valkeinen@nokia.com>2010-10-22 16:21:03 -0400
commite1ef4d236f11ef0cb674deead822d029f1bb2745 (patch)
tree5bd2144371e30917ebc0e9cad9b769c4c36a62ac /drivers/video/omap2/dss/Makefile
parent2308bfb8acbdab6883e5dd5bb1f4fe60ca5faefa (diff)
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 d71b5d9d71b1..7db17b5e570c 100644
--- a/drivers/video/omap2/dss/Makefile
+++ b/drivers/video/omap2/dss/Makefile
@@ -1,5 +1,5 @@
1obj-$(CONFIG_OMAP2_DSS) += omapdss.o 1obj-$(CONFIG_OMAP2_DSS) += omapdss.o
2omapdss-y := core.o dss.o dispc.o display.o manager.o overlay.o 2omapdss-y := core.o dss.o dss_features.o dispc.o display.o manager.o overlay.o
3omapdss-$(CONFIG_OMAP2_DSS_DPI) += dpi.o 3omapdss-$(CONFIG_OMAP2_DSS_DPI) += dpi.o
4omapdss-$(CONFIG_OMAP2_DSS_RFBI) += rfbi.o 4omapdss-$(CONFIG_OMAP2_DSS_RFBI) += rfbi.o
5omapdss-$(CONFIG_OMAP2_DSS_VENC) += venc.o 5omapdss-$(CONFIG_OMAP2_DSS_VENC) += venc.o