From 7a055fc222c239eedd7d27684e70e812550c83f0 Mon Sep 17 00:00:00 2001 From: Imre Deak Date: Tue, 17 Jul 2007 04:05:57 -0700 Subject: 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 Cc: Tony Lindgren Cc: "Antonino A. Daplas" Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- drivers/video/omap/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'drivers/video/omap/Makefile') 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) -- cgit v1.2.3