diff options
author | Nobuhiro Iwamatsu <iwamatsu@nigauri.org> | 2015-10-09 16:40:09 +0900 |
---|---|---|
committer | Nobuhiro Iwamatsu <iwamatsu@nigauri.org> | 2016-08-17 10:25:28 +0900 |
commit | badbb63c2c29738a2956504126a30ddb14ca34c1 (patch) | |
tree | 29cb6dbc3cf6b34944b987e0a3619776905a59aa /arch/arm/Makefile | |
parent | 59d07ee08e858bf2c121d0cdc6c8ddd3b26ee5b1 (diff) | |
download | u-boot-badbb63c2c29738a2956504126a30ddb14ca34c1.tar.gz |
ARM: rmobile: Move SoC sources to mach-rmobile
Move from arch/arm/cpu/armv7/rmobile/ to arch/arm/mach-rmobile/.
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Diffstat (limited to 'arch/arm/Makefile')
-rw-r--r-- | arch/arm/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/Makefile b/arch/arm/Makefile index 6a07cd178e..43ae79a6ef 100644 --- a/arch/arm/Makefile +++ b/arch/arm/Makefile @@ -59,6 +59,7 @@ machine-$(CONFIG_ARCH_S5PC1XX) += s5pc1xx machine-$(CONFIG_ARCH_SUNXI) += sunxi machine-$(CONFIG_ARCH_SNAPDRAGON) += snapdragon machine-$(CONFIG_ARCH_SOCFPGA) += socfpga +machine-$(CONFIG_RMOBILE) += rmobile machine-$(CONFIG_ARCH_ROCKCHIP) += rockchip machine-$(CONFIG_STM32) += stm32 machine-$(CONFIG_TEGRA) += tegra |