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
@ -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…
Reference in New Issue
Block a user