diff options
author | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2011-04-19 19:59:58 +0300 |
---|---|---|
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2011-09-30 16:17:29 +0300 |
commit | 8a41ba9a3738902403418bef0f0243edae41964a (patch) | |
tree | 078a24b7a0b93a6ee4b3ec182e2fd302d83f0924 /drivers/video/omap/Makefile | |
parent | 3fddbf54b381e5e58a6c7a6618841890ea4f3478 (diff) | |
download | blackbird-op-linux-8a41ba9a3738902403418bef0f0243edae41964a.tar.gz blackbird-op-linux-8a41ba9a3738902403418bef0f0243edae41964a.zip |
OMAPDSS: Port the H4 display driver to DSS2
Port the old omapfb panel driver for H4 to DSS2.
Cc: Imre Deak <imre.deak@nokia.com>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Diffstat (limited to 'drivers/video/omap/Makefile')
-rw-r--r-- | drivers/video/omap/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/video/omap/Makefile b/drivers/video/omap/Makefile index 43eb64a79193..22fef616368f 100644 --- a/drivers/video/omap/Makefile +++ b/drivers/video/omap/Makefile @@ -17,7 +17,6 @@ objs-y$(CONFIG_FB_OMAP_LCDC_HWA742) += hwa742.o objs-y$(CONFIG_FB_OMAP_LCDC_BLIZZARD) += blizzard.o objs-y$(CONFIG_MACH_AMS_DELTA) += lcd_ams_delta.o -objs-y$(CONFIG_MACH_OMAP_H4) += lcd_h4.o objs-y$(CONFIG_MACH_OMAP_H3) += lcd_h3.o objs-y$(CONFIG_MACH_OMAP_PALMTE) += lcd_palmte.o objs-y$(CONFIG_MACH_OMAP_PALMTT) += lcd_palmtt.o |