diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2018-07-19 00:50:05 +0300 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2018-08-01 05:04:39 +0300 |
commit | f61513f724001e7c51b83482496c23018814d88f (patch) | |
tree | 03f2e4710e8aea465080ddec16a32b343ebb9c33 /arch/arm/Makefile | |
parent | 5acdc77014ac7a7d8ba87d6e3e0e66ef141e3c04 (diff) | |
download | linux-f61513f724001e7c51b83482496c23018814d88f.tar.xz |
ARM: uniphier: remove empty Makefile
arch/arm/mach-uniphier/Makefile has been unused for a long time.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch/arm/Makefile')
-rw-r--r-- | arch/arm/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/Makefile b/arch/arm/Makefile index fc26c3d7b9b6..2ff19d4635ad 100644 --- a/arch/arm/Makefile +++ b/arch/arm/Makefile @@ -222,7 +222,6 @@ machine-$(CONFIG_ARCH_TANGO) += tango machine-$(CONFIG_ARCH_TEGRA) += tegra machine-$(CONFIG_ARCH_U300) += u300 machine-$(CONFIG_ARCH_U8500) += ux500 -machine-$(CONFIG_ARCH_UNIPHIER) += uniphier machine-$(CONFIG_ARCH_VERSATILE) += versatile machine-$(CONFIG_ARCH_VEXPRESS) += vexpress machine-$(CONFIG_ARCH_VT8500) += vt8500 |