From 569755c706f0f94409edd2ae60b9878cb420844f Mon Sep 17 00:00:00 2001 From: Imre Deak Date: Tue, 17 Jul 2007 04:05:56 -0700 Subject: OMAP: add TI OMAP1 internal LCD controller - Add Texas Instruments OMAP1 processor series (OMAP1510/1610/1710..) internal LCD controller interface. Signed-off-by: Trilok Soni Cc: Tony Lindgren Cc: "Antonino A. Daplas" Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- drivers/video/omap/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'drivers/video/omap/Makefile') diff --git a/drivers/video/omap/Makefile b/drivers/video/omap/Makefile index 5aa71753ba1..2f353894bcb 100644 --- a/drivers/video/omap/Makefile +++ b/drivers/video/omap/Makefile @@ -6,5 +6,7 @@ obj-$(CONFIG_FB_OMAP) += omapfb.o objs-yy := omapfb_main.o +objs-y$(CONFIG_ARCH_OMAP1) += lcdc.o + omapfb-objs := $(objs-yy) -- cgit v1.2.3