diff options
author | Tony Lindgren | 2012-10-02 17:25:48 -0700 |
---|---|---|
committer | Tony Lindgren | 2012-10-17 12:08:40 -0700 |
commit | 25c7d49ed48b4843da7dea56a81ae7f620211ee0 (patch) | |
tree | 88451639ae0e2d74bbac1a31314a8a274d68e629 /arch/arm/plat-omap/Makefile | |
parent | 622297fdec22310d57cc3222a8fc337993c7cd23 (diff) |
ARM: OMAP: Make omap_device local to mach-omap2
Let's make omap_device local to mach-omap2 for
ARM common zImage support.
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/plat-omap/Makefile')
-rw-r--r-- | arch/arm/plat-omap/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/plat-omap/Makefile b/arch/arm/plat-omap/Makefile index dacaee009a4e..9c81cf539218 100644 --- a/arch/arm/plat-omap/Makefile +++ b/arch/arm/plat-omap/Makefile @@ -9,7 +9,6 @@ obj-n := obj- := # omap_device support (OMAP2+ only at the moment) -obj-$(CONFIG_ARCH_OMAP2PLUS) += omap_device.o obj-$(CONFIG_OMAP_DM_TIMER) += dmtimer.o obj-$(CONFIG_OMAP_DEBUG_DEVICES) += debug-devices.o |