summaryrefslogtreecommitdiff
path: root/drivers/video/omap/Makefile
diff options
context:
space:
mode:
authorTomi Valkeinen <tomi.valkeinen@ti.com>2012-01-24 09:00:54 (GMT)
committerTomi Valkeinen <tomi.valkeinen@ti.com>2012-02-23 07:39:35 (GMT)
commitae7e1f2d0b9cf37d4ca4d55b264110e4c880f7ed (patch)
tree648e81d8e824313c628d4d66d7960462acd9e834 /drivers/video/omap/Makefile
parent5f1cc13fbf4cd0f798a08af2e0c04ae80ceac5e3 (diff)
downloadlinux-fsl-qoriq-ae7e1f2d0b9cf37d4ca4d55b264110e4c880f7ed.tar.xz
OMAPFB: remove remaining OMAP arch checks
Now that the old omapfb driver is only omap1 display driver, there's no need to check if the arch is omap1. This patch removes the few remaining checks for the arch. Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com> Acked-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'drivers/video/omap/Makefile')
-rw-r--r--drivers/video/omap/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/drivers/video/omap/Makefile b/drivers/video/omap/Makefile
index 7965375..1927faf 100644
--- a/drivers/video/omap/Makefile
+++ b/drivers/video/omap/Makefile
@@ -4,11 +4,9 @@
obj-$(CONFIG_FB_OMAP) += omapfb.o
-objs-yy := omapfb_main.o
+objs-yy := omapfb_main.o lcdc.o
-objs-y$(CONFIG_ARCH_OMAP1) += lcdc.o
-
-objs-$(CONFIG_ARCH_OMAP1)$(CONFIG_FB_OMAP_LCDC_EXTERNAL) += sossi.o
+objs-y$(CONFIG_FB_OMAP_LCDC_EXTERNAL) += sossi.o
objs-y$(CONFIG_FB_OMAP_LCDC_HWA742) += hwa742.o