From e493435bff76ee2a37fb474e289ad85052d677fa Mon Sep 17 00:00:00 2001 From: Imre Deak Date: Tue, 17 Jul 2007 04:06:03 -0700 Subject: OMAP: LCD panel support for the TI OMAP H4 board - Adds support for TFT LCD panel on TI OMAP H4 EVM board. 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 41610505d282..eb5536a5f8d6 100644 --- a/drivers/video/omap/Makefile +++ b/drivers/video/omap/Makefile @@ -15,5 +15,7 @@ objs-$(CONFIG_ARCH_OMAP2)$(CONFIG_FB_OMAP_LCDC_EXTERNAL) += rfbi.o objs-y$(CONFIG_FB_OMAP_LCDC_HWA742) += hwa742.o objs-y$(CONFIG_FB_OMAP_LCDC_BLIZZARD) += blizzard.o +objs-y$(CONFIG_MACH_OMAP_H4) += lcd_h4.o + omapfb-objs := $(objs-yy) -- cgit v1.2.3