diff options
author | Ulrich Hecht <ulrich.hecht+renesas@gmail.com> | 2015-08-14 15:51:02 +0200 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2015-09-14 10:06:44 +0900 |
commit | 3d7608e4c169af0361a4ebcb6294e7530b0e2c31 (patch) | |
tree | 3c9b52ecc9385356e4eb2df00e0ab801fb5b05dd /arch/arm/mach-shmobile/Makefile | |
parent | c2c7375ba2dfcce3dfc9ecf4b3e44b975fb139fc (diff) |
ARM: shmobile: bockw: remove legacy board file and config
Replaced by multi-platform.
Signed-off-by: Ulrich Hecht <ulrich.hecht+renesas@gmail.com>
Acked-by: by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch/arm/mach-shmobile/Makefile')
-rw-r--r-- | arch/arm/mach-shmobile/Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/arm/mach-shmobile/Makefile b/arch/arm/mach-shmobile/Makefile index 8f235c5ec28d..5392925e15f1 100644 --- a/arch/arm/mach-shmobile/Makefile +++ b/arch/arm/mach-shmobile/Makefile @@ -49,10 +49,5 @@ obj-$(CONFIG_PM_RCAR) += pm-rcar.o obj-$(CONFIG_PM_RMOBILE) += pm-rmobile.o obj-$(CONFIG_ARCH_RCAR_GEN2) += pm-rcar-gen2.o -# Board objects -ifndef CONFIG_ARCH_SHMOBILE_MULTI -obj-$(CONFIG_MACH_BOCKW) += board-bockw.o -endif - # Framework support obj-$(CONFIG_SMP) += $(smp-y) |