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:
Gregory Nutt 2018-09-16 06:15:37 -06:00
parent dfb8359308
commit 17b69f1515
2 changed files with 3 additions and 1 deletions

View File

@ -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)

View File

@ -97,7 +97,7 @@ config NXWIDGETS_UNITTEST_CTEXTBOX
config NXWIDGETS_UNITTEST_NXWM
tristate "NxWM"
default n
default y
depends on NXWM
endmenu # Unit Tests