ARM: drop unused Makefile.boot of Multiplatform SoCs
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Fri, 5 Feb 2016 17:36:48 +0000 (02:36 +0900)
committerOlof Johansson <olof@lixom.net>
Mon, 8 Feb 2016 21:35:41 +0000 (13:35 -0800)
commit9dfb81efbbddf8258ff9c10f9649553608975e02
treee7d14ad32b0841cf1538ba4a3dbdfefb7b526258
parent388f7b1d6e8ca06762e2454d28d6c3c55ad0fe95
ARM: drop unused Makefile.boot of Multiplatform SoCs

The variable "MACHINE" is empty if CONFIG_ARCH_MULTIPLATFORM=y,
so these Makefile.boot files are never included.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Acked-by: Michal Simek <michal.simek@xilinx.com> (for Zynq)
Acked-by: Tony Lindgren <tony@atomide.com>
Signed-off-by: Olof Johansson <olof@lixom.net>
16 files changed:
arch/arm/mach-cns3xxx/Makefile.boot [deleted file]
arch/arm/mach-exynos/Makefile.boot [deleted file]
arch/arm/mach-integrator/Makefile.boot [deleted file]
arch/arm/mach-keystone/Makefile.boot [deleted file]
arch/arm/mach-mmp/Makefile.boot [deleted file]
arch/arm/mach-mv78xx0/Makefile.boot [deleted file]
arch/arm/mach-nspire/Makefile.boot [deleted file]
arch/arm/mach-omap2/Makefile.boot [deleted file]
arch/arm/mach-orion5x/Makefile.boot [deleted file]
arch/arm/mach-prima2/Makefile.boot [deleted file]
arch/arm/mach-realview/Makefile.boot [deleted file]
arch/arm/mach-s3c64xx/Makefile.boot [deleted file]
arch/arm/mach-spear/Makefile.boot [deleted file]
arch/arm/mach-u300/Makefile.boot [deleted file]
arch/arm/mach-ux500/Makefile.boot [deleted file]
arch/arm/mach-zynq/Makefile.boot [deleted file]