* [PATCH] ARM: sunxi: drop unneeded Makefile
@ 2025-11-28 10:52 Ahmad Fatoum
2025-12-01 9:54 ` Sascha Hauer
0 siblings, 1 reply; 2+ messages in thread
From: Ahmad Fatoum @ 2025-11-28 10:52 UTC (permalink / raw)
To: barebox
From: Ahmad Fatoum <a.fatoum@barebox.org>
The arch/arm/Makefile already handles correctly the case of there being
no mach directory, so remove the empty Makefile we have for sunxi.
Signed-off-by: Ahmad Fatoum <a.fatoum@barebox.org>
---
arch/arm/Makefile | 1 -
arch/arm/mach-sunxi/Makefile | 1 -
2 files changed, 2 deletions(-)
delete mode 100644 arch/arm/mach-sunxi/Makefile
diff --git a/arch/arm/Makefile b/arch/arm/Makefile
index 8fa7f1dc80b7..d6ae6b648f65 100644
--- a/arch/arm/Makefile
+++ b/arch/arm/Makefile
@@ -105,7 +105,6 @@ machine-$(CONFIG_ARCH_PXA) += pxa
machine-$(CONFIG_ARCH_ROCKCHIP) += rockchip
machine-$(CONFIG_ARCH_SOCFPGA) += socfpga
machine-$(CONFIG_ARCH_STM32MP) += stm32mp
-machine-$(CONFIG_ARCH_SUNXI) += sunxi
machine-$(CONFIG_ARCH_VERSATILE) += versatile
machine-$(CONFIG_ARCH_VEXPRESS) += vexpress
machine-$(CONFIG_ARCH_TEGRA) += tegra
diff --git a/arch/arm/mach-sunxi/Makefile b/arch/arm/mach-sunxi/Makefile
deleted file mode 100644
index 16a218658ade..000000000000
--- a/arch/arm/mach-sunxi/Makefile
+++ /dev/null
@@ -1 +0,0 @@
-obj- := __dummy__.o
--
2.47.3
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-12-01 9:54 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-11-28 10:52 [PATCH] ARM: sunxi: drop unneeded Makefile Ahmad Fatoum
2025-12-01 9:54 ` Sascha Hauer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox