diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2018-07-18 23:50:05 +0200 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2018-08-01 04:04:39 +0200 |
commit | f61513f724001e7c51b83482496c23018814d88f (patch) | |
tree | 03f2e4710e8aea465080ddec16a32b343ebb9c33 | |
parent | Merge tag 'samsung-soc-4.19' of https://git.kernel.org/pub/scm/linux/kernel/g... (diff) | |
download | linux-f61513f724001e7c51b83482496c23018814d88f.tar.xz linux-f61513f724001e7c51b83482496c23018814d88f.zip |
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 |