diff options
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | 2015-02-20 17:04:06 +0900 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2015-02-21 08:23:51 -0500 |
commit | 56f86e39e80c5cbb17bec42cf6931cd203176830 (patch) | |
tree | ffbea779443e952e83c1515b51238bca64353a35 /arch/arm/mach-kirkwood/Makefile | |
parent | 601fbec7cf815bc2b26ba2546ac5e8501fc7edae (diff) | |
download | u-boot-imx-56f86e39e80c5cbb17bec42cf6931cd203176830.zip u-boot-imx-56f86e39e80c5cbb17bec42cf6931cd203176830.tar.gz u-boot-imx-56f86e39e80c5cbb17bec42cf6931cd203176830.tar.bz2 |
ARM: kirkwood: move SOC sources to mach-kirkwood
Move
arch/arm/cpu/arm926ejs/kirkwood/* -> arch/arm/mach-kirkwood/*
Note:
Perhaps, can we merge arch/arm/mach-kirkwood and
arch/arm/mvebu-common into arch/arm/mach-mvebu, like Linux?
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Acked-by: Stefan Roese <sr@denx.de>
Cc: Prafulla Wadaskar <prafulla@marvell.com>
Cc: Luka Perkov <luka.perkov@sartura.hr>
Diffstat (limited to 'arch/arm/mach-kirkwood/Makefile')
-rw-r--r-- | arch/arm/mach-kirkwood/Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/arch/arm/mach-kirkwood/Makefile b/arch/arm/mach-kirkwood/Makefile new file mode 100644 index 0000000..df4756e --- /dev/null +++ b/arch/arm/mach-kirkwood/Makefile @@ -0,0 +1,11 @@ +# +# (C) Copyright 2009 +# Marvell Semiconductor <www.marvell.com> +# Written-by: Prafulla Wadaskar <prafulla@marvell.com> +# +# SPDX-License-Identifier: GPL-2.0+ +# + +obj-y = cpu.o +obj-y += cache.o +obj-y += mpp.o |