From: Masahiro Yamada Date: Tue, 10 Jan 2023 08:01:29 +0000 (+0100) Subject: ARM: 9285/1: remove meaningless arch/arm/mach-rda/Makefile X-Git-Tag: v6.6.17~5516^2~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=cdc3116f191ad4250f992d750b2d6f72fb98afde;p=platform%2Fkernel%2Flinux-rpi.git ARM: 9285/1: remove meaningless arch/arm/mach-rda/Makefile You do not need to put Makefile if there is nothing to compile. Signed-off-by: Masahiro Yamada Signed-off-by: Russell King (Oracle) --- diff --git a/arch/arm/Makefile b/arch/arm/Makefile index 4067f51..233496b 100644 --- a/arch/arm/Makefile +++ b/arch/arm/Makefile @@ -213,7 +213,6 @@ machine-$(CONFIG_ARCH_OMAP2PLUS) += omap2 machine-$(CONFIG_ARCH_ORION5X) += orion5x machine-$(CONFIG_ARCH_PXA) += pxa machine-$(CONFIG_ARCH_QCOM) += qcom -machine-$(CONFIG_ARCH_RDA) += rda machine-$(CONFIG_ARCH_REALTEK) += realtek machine-$(CONFIG_ARCH_ROCKCHIP) += rockchip machine-$(CONFIG_ARCH_RPC) += rpc diff --git a/arch/arm/mach-rda/Makefile b/arch/arm/mach-rda/Makefile deleted file mode 100644 index f126d00..0000000 --- a/arch/arm/mach-rda/Makefile +++ /dev/null @@ -1,2 +0,0 @@ -# SPDX-License-Identifier: GPL-2.0-only -obj- += dummy.o