aboutsummaryrefslogtreecommitdiff
path: root/drivers/video/omap/Makefile
diff options
context:
space:
mode:
authorImre Deak <imre.deak@solidboot.com>2007-07-17 04:05:57 -0700
committerLinus Torvalds <torvalds@woody.linux-foundation.org>2007-07-17 10:23:13 -0700
commit7a055fc222c239eedd7d27684e70e812550c83f0 (patch)
tree7aa35c1d9fa59574d30439783986c9bce4423434 /drivers/video/omap/Makefile
parent569755c706f0f94409edd2ae60b9878cb420844f (diff)
OMAP: add TI OMAP2 internal display controller support.
- Adds Texas Instruments OMAP2 processor series (OMAP2420/2430) internal display controller interface support. Signed-off-by: Trilok Soni <soni.trilok@gmail.com> Cc: Tony Lindgren <tony@atomide.com> Cc: "Antonino A. Daplas" <adaplas@pol.net> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/video/omap/Makefile')
-rw-r--r--drivers/video/omap/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/video/omap/Makefile b/drivers/video/omap/Makefile
index 2f353894bcb..10b5647a8f4 100644
--- a/drivers/video/omap/Makefile
+++ b/drivers/video/omap/Makefile
@@ -7,6 +7,7 @@ obj-$(CONFIG_FB_OMAP) += omapfb.o
objs-yy := omapfb_main.o
objs-y$(CONFIG_ARCH_OMAP1) += lcdc.o
+objs-y$(CONFIG_ARCH_OMAP2) += dispc.o
omapfb-objs := $(objs-yy)