diff options
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | 2013-10-17 20:38:55 +0900 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2013-10-31 13:26:44 -0400 |
commit | 3c5edd8ca594c73162ef01c45dbf4ea6f7148003 (patch) | |
tree | c9493a055a5d73e64e4431770f6a06f21b32c108 /spl/Makefile | |
parent | 37d82beb57fa5ff2cee42b7caebfbb9f6c2c3f42 (diff) | |
download | u-boot-midas-3c5edd8ca594c73162ef01c45dbf4ea6f7148003.tar.gz u-boot-midas-3c5edd8ca594c73162ef01c45dbf4ea6f7148003.tar.bz2 u-boot-midas-3c5edd8ca594c73162ef01c45dbf4ea6f7148003.zip |
ARM: omap: move OMAP specific code under arch/arm/
This patch moves OMAP specific directory entries
from the toplevel Makefile and spl/Makefile
to arch/arm/cpu/armv7/Makefile using Kbuild descending feature.
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Cc: Tom Rini <trini@ti.com>
Diffstat (limited to 'spl/Makefile')
-rw-r--r-- | spl/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/spl/Makefile b/spl/Makefile index d3dc51133e..8e7daa2d4a 100644 --- a/spl/Makefile +++ b/spl/Makefile @@ -101,10 +101,6 @@ LIBS-$(CONFIG_SPL_MUSB_NEW_SUPPORT) += drivers/usb/musb-new/libusb_musb-new.o LIBS-$(CONFIG_SPL_USBETH_SUPPORT) += drivers/usb/gadget/libusb_gadget.o LIBS-$(CONFIG_SPL_WATCHDOG_SUPPORT) += drivers/watchdog/libwatchdog.o -ifneq ($(CONFIG_OMAP_COMMON),) -LIBS-y += $(CPUDIR)/omap-common/libomap-common.o -endif - ifneq (,$(CONFIG_MX23)$(filter $(SOC), mx25 mx27 mx5 mx6 mx31 mx35)) LIBS-y += arch/$(ARCH)/imx-common/libimx-common.o endif |