summaryrefslogtreecommitdiff
path: root/drivers/video/omap/Makefile
diff options
context:
space:
mode:
authorCory Maccarrone <darkstar6262@gmail.com>2009-11-22 10:11:34 -0800
committerTony Lindgren <tony@atomide.com>2009-11-22 10:24:33 -0800
commit9c2816f7bd445c5eb152babff4d6fb3f8f556610 (patch)
treead5e9f3fd72c9471c22bb0f9cff05812db10a5e0 /drivers/video/omap/Makefile
parent1ced4532c0fc8cba1776e237b8c7fda6edc19330 (diff)
omap1: Add board support and LCD for HTC Herald
This patch introduces support for the HTC Herald (T-Mobile Wing, etc.) series of smart phones -- board support and LCD panel settings. Signed-off-by: Cory Maccarrone <darkstar6262@gmail.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
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 b63b198d1f03..49226a1b909e 100644
--- a/drivers/video/omap/Makefile
+++ b/drivers/video/omap/Makefile
@@ -35,6 +35,7 @@ objs-y$(CONFIG_MACH_OMAP3EVM) += lcd_omap3evm.o
objs-y$(CONFIG_MACH_OMAP3_BEAGLE) += lcd_omap3beagle.o
objs-y$(CONFIG_FB_OMAP_LCD_MIPID) += lcd_mipid.o
objs-y$(CONFIG_MACH_OVERO) += lcd_overo.o
+objs-y$(CONFIG_MACH_HERALD) += lcd_htcherald.o
omapfb-objs := $(objs-yy)