summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMasahiro Yamada2019-01-14 09:29:29 +0100
committerMasahiro Yamada2019-01-16 15:31:17 +0100
commitb421b8a6cb87f099466fff00d1870c2db778c617 (patch)
tree28e1dfa456dd73e3f9e9a07d247dd04d24702665
parentkbuild: remove unused baseprereq (diff)
downloadkernel-qcow2-linux-b421b8a6cb87f099466fff00d1870c2db778c617.tar.gz
kernel-qcow2-linux-b421b8a6cb87f099466fff00d1870c2db778c617.tar.xz
kernel-qcow2-linux-b421b8a6cb87f099466fff00d1870c2db778c617.zip
kbuild: remove unused archmrproper
No one uses archmrproper. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
-rw-r--r--Makefile4
-rw-r--r--arch/h8300/Makefile2
2 files changed, 2 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 499b96810995..ff1054cfca33 100644
--- a/Makefile
+++ b/Makefile
@@ -1360,11 +1360,11 @@ 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_%,%,$@)
-mrproper: clean archmrproper $(mrproper-dirs)
+mrproper: clean $(mrproper-dirs)
$(call cmd,rmdirs)
$(call cmd,rmfiles)
diff --git a/arch/h8300/Makefile b/arch/h8300/Makefile
index 4003ddc616e1..f801f3708a89 100644
--- a/arch/h8300/Makefile
+++ b/arch/h8300/Makefile
@@ -37,8 +37,6 @@ libs-y += arch/$(ARCH)/lib/
boot := arch/h8300/boot
-archmrproper:
-
archclean:
$(Q)$(MAKE) $(clean)=$(boot)