summaryrefslogtreecommitdiffstats
path: root/drivers/video/omap2/dss/Makefile
diff options
context:
space:
mode:
authorTomi Valkeinen2009-11-03 10:23:50 +0100
committerTomi Valkeinen2009-12-09 11:04:34 +0100
commit559d67018950ced65c73358cd69c4bdd2b0c5dd6 (patch)
tree0c77ad7a8959b05583dd7502a0da4bdf56ef8d1d /drivers/video/omap2/dss/Makefile
parentOMAP: DSS2: Documentation for DSS2 (diff)
downloadkernel-qcow2-linux-559d67018950ced65c73358cd69c4bdd2b0c5dd6.tar.gz
kernel-qcow2-linux-559d67018950ced65c73358cd69c4bdd2b0c5dd6.tar.xz
kernel-qcow2-linux-559d67018950ced65c73358cd69c4bdd2b0c5dd6.zip
OMAP: DSS2: Display Subsystem Driver core
The core files of DSS2. DSS2 commits are split a bit artificially to make the individual commits smaller, and DSS2 doesn't compile properly without the rest of the core commits. This shouldn't be a problem, as no configuration uses DSS2 yet. Signed-off-by: Tomi Valkeinen <tomi.valkeinen@nokia.com>
Diffstat (limited to 'drivers/video/omap2/dss/Makefile')
-rw-r--r--drivers/video/omap2/dss/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/video/omap2/dss/Makefile b/drivers/video/omap2/dss/Makefile
new file mode 100644
index 000000000000..980c72c2db98
--- /dev/null
+++ b/drivers/video/omap2/dss/Makefile
@@ -0,0 +1,6 @@
+obj-$(CONFIG_OMAP2_DSS) += omapdss.o
+omapdss-y := core.o dss.o dispc.o dpi.o display.o manager.o overlay.o
+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