mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-15 17:33:23 +00:00
Directory.mk: The subdirectories' clean and distclean targets need to be
unique to avoid the "overriding recipe for target" warning.
This commit is contained in:
parent
1dae12ba05
commit
c1d060dac3
1 changed files with 1 additions and 0 deletions
|
|
@ -42,6 +42,7 @@ CONFIGSUBDIRS := $(filter-out $(dir $(wildcard *$(DELIM)Kconfig)),$(SUBDIRS))
|
|||
CLEANSUBDIRS := $(dir $(wildcard *$(DELIM).built))
|
||||
CLEANSUBDIRS += $(dir $(wildcard *$(DELIM).depend))
|
||||
CLEANSUBDIRS += $(dir $(wildcard *$(DELIM).kconfig))
|
||||
CLEANSUBDIRS := $(sort $(CLEANSUBDIRS))
|
||||
|
||||
all: nothing
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue