summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIlias Apalodimas <ilias.apalodimas@linaro.org>2025-05-20 08:21:33 +0300
committerTom Rini <trini@konsulko.com>2025-05-29 18:42:38 -0600
commit0719c79e09de41aaba0ee5d86dcd578828d4aad3 (patch)
tree751bbbce83e991be439cb86f357b5b1673423b78
parent25ab30f1c46efc8d2c11b01013449c09815a3f65 (diff)
kbuild: remove unused archmrproper
Backported from kernel commit b421b8a6cb87 ("kbuild: remove unused archmrproper") Signed-off-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 09d36b8cbbe..00876ef54a2 100644
--- a/Makefile
+++ b/Makefile
@@ -2281,7 +2281,7 @@ mrproper: rm-dirs := $(wildcard $(MRPROPER_DIRS))
mrproper: rm-files := $(wildcard $(MRPROPER_FILES))
mrproper-dirs := $(addprefix _mrproper_,scripts)
-PHONY += $(mrproper-dirs) mrproper archmrproper
+PHONY += $(mrproper-dirs) mrproper
$(mrproper-dirs):
$(Q)$(MAKE) $(clean)=$(patsubst _mrproper_%,%,$@)