diff options
author | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2012-01-24 04:00:54 -0500 |
---|---|---|
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2012-02-23 02:39:35 -0500 |
commit | ae7e1f2d0b9cf37d4ca4d55b264110e4c880f7ed (patch) | |
tree | 648e81d8e824313c628d4d66d7960462acd9e834 /drivers/video/omap/Makefile | |
parent | 5f1cc13fbf4cd0f798a08af2e0c04ae80ceac5e3 (diff) |
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/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/drivers/video/omap/Makefile b/drivers/video/omap/Makefile index 79653750448a..1927faffb5bc 100644 --- a/drivers/video/omap/Makefile +++ b/drivers/video/omap/Makefile | |||
@@ -4,11 +4,9 @@ | |||
4 | 4 | ||
5 | obj-$(CONFIG_FB_OMAP) += omapfb.o | 5 | obj-$(CONFIG_FB_OMAP) += omapfb.o |
6 | 6 | ||
7 | objs-yy := omapfb_main.o | 7 | objs-yy := omapfb_main.o lcdc.o |
8 | 8 | ||
9 | objs-y$(CONFIG_ARCH_OMAP1) += lcdc.o | 9 | objs-y$(CONFIG_FB_OMAP_LCDC_EXTERNAL) += sossi.o |
10 | |||
11 | objs-$(CONFIG_ARCH_OMAP1)$(CONFIG_FB_OMAP_LCDC_EXTERNAL) += sossi.o | ||
12 | 10 | ||
13 | objs-y$(CONFIG_FB_OMAP_LCDC_HWA742) += hwa742.o | 11 | objs-y$(CONFIG_FB_OMAP_LCDC_HWA742) += hwa742.o |
14 | 12 | ||