* [PATCH] ARM: remove meaningless arch/arm/mach-rda/Makefile
@ 2023-01-10 8:01 Masahiro Yamada
0 siblings, 0 replies; only message in thread
From: Masahiro Yamada @ 2023-01-10 8:01 UTC (permalink / raw)
To: patches
Cc: linux-kernel, Masahiro Yamada, Arnd Bergmann, Ben Wolsieffer,
Nathan Chancellor, Nick Desaulniers, Nick Hawkins,
Russell King (Oracle), Russell King, linux-arm-kernel
You do not need to put Makefile if there is nothing to compile.
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
---
KernelVersion: v6.2-rc1
arch/arm/Makefile | 1 -
arch/arm/mach-rda/Makefile | 2 --
2 files changed, 3 deletions(-)
delete mode 100644 arch/arm/mach-rda/Makefile
diff --git a/arch/arm/Makefile b/arch/arm/Makefile
index 4067f5169144..233496bfbe19 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 f126d00ecd53..000000000000
--- a/arch/arm/mach-rda/Makefile
+++ /dev/null
@@ -1,2 +0,0 @@
-# SPDX-License-Identifier: GPL-2.0-only
-obj- += dummy.o
--
2.34.1
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2023-01-10 8:02 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-01-10 8:01 [PATCH] ARM: remove meaningless arch/arm/mach-rda/Makefile Masahiro Yamada
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).