Skip to content

Commit

Permalink
kbuild: remove unused archmrproper
Browse files Browse the repository at this point in the history
No one uses archmrproper.

Signed-off-by: Masahiro Yamada <[email protected]>
  • Loading branch information
masahir0y committed Jan 16, 2019
1 parent bd352a7 commit b421b8a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
2 changes: 0 additions & 2 deletions arch/h8300/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,6 @@ libs-y += arch/$(ARCH)/lib/

boot := arch/h8300/boot

archmrproper:

archclean:
$(Q)$(MAKE) $(clean)=$(boot)

Expand Down

0 comments on commit b421b8a

Please sign in to comment.