mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00:00
Revert "Avoid calling ARCHIVE in multiple places"
This reverts commit 52222cb020.
This commit is contained in:
parent
9a28ccf836
commit
119f81f30a
3 changed files with 8 additions and 26 deletions
|
|
@ -54,7 +54,6 @@ $(foreach SDIR, $(SUBDIRS), $(eval $(call SDIR_template,$(SDIR),context)))
|
|||
$(foreach SDIR, $(SUBDIRS), $(eval $(call SDIR_template,$(SDIR),depend)))
|
||||
$(foreach SDIR, $(SUBDIRS), $(eval $(call SDIR_template,$(SDIR),clean)))
|
||||
$(foreach SDIR, $(SUBDIRS), $(eval $(call SDIR_template,$(SDIR),distclean)))
|
||||
$(foreach SDIR, $(SUBDIRS), $(eval $(call SDIR_template,$(SDIR),show-objs)))
|
||||
|
||||
nothing:
|
||||
|
||||
|
|
@ -76,6 +75,4 @@ ifneq ($(MENUDESC),)
|
|||
$(call DELFILE, Kconfig)
|
||||
endif
|
||||
|
||||
show-objs: $(foreach SDIR, $(SUBDIRS), $(SDIR)_show-objs)
|
||||
|
||||
-include Make.dep
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue