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
@ -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)
|
||||
|
||||
|
@ -97,7 +97,7 @@ config NXWIDGETS_UNITTEST_CTEXTBOX
|
||||
|
||||
config NXWIDGETS_UNITTEST_NXWM
|
||||
tristate "NxWM"
|
||||
default n
|
||||
default y
|
||||
depends on NXWM
|
||||
|
||||
endmenu # Unit Tests
|
||||
|
Loading…
Reference in New Issue
Block a user