Remove the residual files in distclean

Signed-off-by: liuhaitao <liuhaitao@xiaomi.com>
This commit is contained in:
liuhaitao
2020-05-01 09:51:56 +08:00
committed by Abdelatif Guettouche
parent 21302fcdae
commit 6b4cc3011c
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -220,6 +220,7 @@ distclean: clean
$(Q) $(MAKE) -C ubin distclean TOPDIR=$(TOPDIR)
$(Q) $(MAKE) -C kbin distclean TOPDIR=$(TOPDIR)
$(Q) $(MAKE) -C zoneinfo distclean TOPDIR=$(TOPDIR) BIN=$(BIN)
$(call DELFILE, exec_symtab.c)
$(call DELFILE, bin/Make.dep)
$(call DELFILE, ubin/Make.dep)
$(call DELFILE, kbin/Make.dep)
+1
View File
@@ -293,4 +293,5 @@ clean:
ifneq ($(CONFIG_WINDOWS_NATIVE),y)
$(Q) rm -rf *.dSYM
endif
$(Q) $(MAKE) -C pic32 -f Makefile.host TOPDIR="$(TOPDIR)" clean
$(call CLEAN)