[PATCH] ARM: drop unreferenced left-over lib/Makefile

Ahmad Fatoum a.fatoum at pengutronix.de
Wed Sep 13 05:39:36 PDT 2023


There used to be implementations of boot commands in arch/arm/lib, but
this has been moved to either arch/arm/lib32 or lib64 for since.

The Makefile still bears witness to that past, but it's unreferenced, so
have it it too retire to git history.

Fixes: 79e3038089f5 ("ARM: aarch64: disable 32bit boot commands")
Signed-off-by: Ahmad Fatoum <a.fatoum at pengutronix.de>
---
 arch/arm/lib/Makefile | 4 ----
 1 file changed, 4 deletions(-)
 delete mode 100644 arch/arm/lib/Makefile

diff --git a/arch/arm/lib/Makefile b/arch/arm/lib/Makefile
deleted file mode 100644
index 1a8144f6c64a..000000000000
--- a/arch/arm/lib/Makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-# SPDX-License-Identifier: GPL-2.0-only
-
-obj-$(CONFIG_BOOTM)	+= bootm.o
-obj-$(CONFIG_CMD_BOOTU)	+= bootu.o
-- 
2.39.2




More information about the barebox mailing list