diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2018-07-19 06:50:05 +0900 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2018-07-31 19:04:39 -0700 |
commit | f61513f724001e7c51b83482496c23018814d88f (patch) | |
tree | 03f2e4710e8aea465080ddec16a32b343ebb9c33 | |
parent | 5acdc77014ac7a7d8ba87d6e3e0e66ef141e3c04 (diff) | |
download | linux-f61513f724001e7c51b83482496c23018814d88f.tar.bz2 |
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>
-rw-r--r-- | arch/arm/Makefile | 1 | ||||
-rw-r--r-- | arch/arm/mach-uniphier/Makefile | 0 |
2 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 diff --git a/arch/arm/mach-uniphier/Makefile b/arch/arm/mach-uniphier/Makefile deleted file mode 100644 index e69de29bb2d1..000000000000 --- a/arch/arm/mach-uniphier/Makefile +++ /dev/null |