summaryrefslogtreecommitdiffstats
path: root/drivers/video/omap/Makefile
diff options
context:
space:
mode:
authorTomi Valkeinen2011-09-20 08:49:49 +0200
committerTomi Valkeinen2012-02-22 09:55:29 +0100
commit8dc50ec7755650859a7bfc17de8846ef1efa24a4 (patch)
treeaf51e4a1be8cd30bb8f67c40611c74c664a064d4 /drivers/video/omap/Makefile
parentOMAPFB: remove old blizzard driver (diff)
downloadkernel-qcow2-linux-8dc50ec7755650859a7bfc17de8846ef1efa24a4.tar.gz
kernel-qcow2-linux-8dc50ec7755650859a7bfc17de8846ef1efa24a4.tar.xz
kernel-qcow2-linux-8dc50ec7755650859a7bfc17de8846ef1efa24a4.zip
OMAPFB: Remove OMAP2/3 support from old omapfb driver
Old omapfb driver (drivers/video/omap/) is no longer used for OMAP2+ devices, and thus we can remove OMAP2+ support from it and make it an OMAP1 omapfb driver. Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Diffstat (limited to 'drivers/video/omap/Makefile')
-rw-r--r--drivers/video/omap/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/drivers/video/omap/Makefile b/drivers/video/omap/Makefile
index 7042a4ac7072..79653750448a 100644
--- a/drivers/video/omap/Makefile
+++ b/drivers/video/omap/Makefile
@@ -1,5 +1,5 @@
#
-# Makefile for the new OMAP framebuffer device driver
+# Makefile for the OMAP1 framebuffer device driver
#
obj-$(CONFIG_FB_OMAP) += omapfb.o
@@ -7,11 +7,8 @@ obj-$(CONFIG_FB_OMAP) += omapfb.o
objs-yy := omapfb_main.o
objs-y$(CONFIG_ARCH_OMAP1) += lcdc.o
-objs-y$(CONFIG_ARCH_OMAP2) += dispc.o
-objs-y$(CONFIG_ARCH_OMAP3) += dispc.o
objs-$(CONFIG_ARCH_OMAP1)$(CONFIG_FB_OMAP_LCDC_EXTERNAL) += sossi.o
-objs-$(CONFIG_ARCH_OMAP2)$(CONFIG_FB_OMAP_LCDC_EXTERNAL) += rfbi.o
objs-y$(CONFIG_FB_OMAP_LCDC_HWA742) += hwa742.o