mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00:00
Clean *.bdat and *.pdat on clean_context target
This commit is contained in:
parent
9dca031f26
commit
779502b4d9
2 changed files with 4 additions and 1 deletions
1
Makefile
1
Makefile
|
|
@ -154,6 +154,7 @@ depend: .depend
|
|||
|
||||
clean_context:
|
||||
$(Q) $(MAKE) -C platform clean_context TOPDIR="$(TOPDIR)" APPDIR="$(APPDIR)"
|
||||
$(Q) $(MAKE) -C builtin/registry clean_context TOPDIR="$(TOPDIR)" APPDIR="$(APPDIR)"
|
||||
|
||||
clean: $(foreach SDIR, $(CLEANDIRS), $(SDIR)_clean)
|
||||
$(call DELFILE, $(SYMTABSRC))
|
||||
|
|
|
|||
|
|
@ -55,7 +55,9 @@ depend:
|
|||
clean:
|
||||
$(call CLEAN)
|
||||
|
||||
distclean: clean
|
||||
clean_context:
|
||||
$(call DELFILE, *.bdat)
|
||||
$(call DELFILE, *.pdat)
|
||||
|
||||
distclean: clean
|
||||
$(call DELFILE, .updated)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue