From 65316c91eff2c9b8dd8e16cc83fb84f49a64813b Mon Sep 17 00:00:00 2001 From: Imre Deak Date: Tue, 17 Jul 2007 04:06:04 -0700 Subject: OMAP: LCD panel support for the TI OMAP H3 board - Adds support for TFT LCD panel on TI OMAP H3 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 | 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 eb5536a5f8d..fdcd91be918 100644 --- a/drivers/video/omap/Makefile +++ b/drivers/video/omap/Makefile @@ -16,6 +16,7 @@ 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 +objs-y$(CONFIG_MACH_OMAP_H3) += lcd_h3.o omapfb-objs := $(objs-yy) -- cgit v1.2.3