diff options
author | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2011-04-19 19:23:05 +0300 |
---|---|---|
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2011-09-30 16:17:28 +0300 |
commit | 3fddbf54b381e5e58a6c7a6618841890ea4f3478 (patch) | |
tree | 1bb583a10549acb9dd9ec0710b8008760be66e74 /drivers/video/omap/Makefile | |
parent | 028c5a432aec0eb8cbb65b2ea05cd1ddd27c47a4 (diff) | |
download | op-kernel-dev-3fddbf54b381e5e58a6c7a6618841890ea4f3478.zip op-kernel-dev-3fddbf54b381e5e58a6c7a6618841890ea4f3478.tar.gz |
OMAPDSS: Port 2430sdp display driver to DSS2
Port the old omapfb panel driver for 2430SDP to DSS2.
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Diffstat (limited to 'drivers/video/omap/Makefile')
-rw-r--r-- | drivers/video/omap/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/video/omap/Makefile b/drivers/video/omap/Makefile index 37c03c2..43eb64a 100644 --- a/drivers/video/omap/Makefile +++ b/drivers/video/omap/Makefile @@ -27,8 +27,6 @@ objs-$(CONFIG_ARCH_OMAP15XX)$(CONFIG_MACH_OMAP_INNOVATOR) += lcd_inn1510.o objs-y$(CONFIG_MACH_OMAP_OSK) += lcd_osk.o objs-y$(CONFIG_MACH_OMAP_APOLLON) += lcd_apollon.o -objs-y$(CONFIG_MACH_OMAP_2430SDP) += lcd_2430sdp.o -objs-y$(CONFIG_MACH_OMAP_3430SDP) += lcd_2430sdp.o objs-y$(CONFIG_FB_OMAP_LCD_MIPID) += lcd_mipid.o objs-y$(CONFIG_MACH_HERALD) += lcd_htcherald.o |