mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00:00
Directory.mk: If the current directory contains a Kconfig file and MENUDESC is not defined, then Directory.mk must not trash the Kconfig in the current directory.
This commit is contained in:
parent
dfb8359308
commit
17b69f1515
2 changed files with 3 additions and 1 deletions
|
|
@ -60,7 +60,9 @@ nothing:
|
|||
install:
|
||||
|
||||
preconfig: $(foreach SDIR, $(SUBDIRS), $(SDIR)_preconfig)
|
||||
ifneq ($(MENUDESC),)
|
||||
$(Q) $(MKKCONFIG) -m $(MENUDESC)
|
||||
endif
|
||||
|
||||
context: $(foreach SDIR, $(SUBDIRS), $(SDIR)_context)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue