mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00:00
Directory.mk: Always generate and remove .kconfig
since .kconfig is required to trigger the recursive processing Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
parent
e599bbcd24
commit
fc1045271a
1 changed files with 2 additions and 2 deletions
|
|
@ -47,15 +47,15 @@ install:
|
|||
preconfig: $(foreach SDIR, $(CONFIGSUBDIRS), $(SDIR)_preconfig)
|
||||
ifneq ($(MENUDESC),)
|
||||
$(Q) $(MKKCONFIG) -m $(MENUDESC)
|
||||
$(Q) touch .kconfig
|
||||
endif
|
||||
$(Q) touch .kconfig
|
||||
|
||||
clean: $(foreach SDIR, $(CLEANSUBDIRS), $(SDIR)_clean)
|
||||
|
||||
distclean: $(foreach SDIR, $(CLEANSUBDIRS), $(SDIR)_distclean)
|
||||
ifneq ($(MENUDESC),)
|
||||
$(call DELFILE, Kconfig)
|
||||
$(call DELFILE, .kconfig)
|
||||
endif
|
||||
$(call DELFILE, .kconfig)
|
||||
|
||||
-include Make.dep
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue