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:
|
install:
|
||||||
|
|
||||||
preconfig: $(foreach SDIR, $(SUBDIRS), $(SDIR)_preconfig)
|
preconfig: $(foreach SDIR, $(SUBDIRS), $(SDIR)_preconfig)
|
||||||
|
ifneq ($(MENUDESC),)
|
||||||
$(Q) $(MKKCONFIG) -m $(MENUDESC)
|
$(Q) $(MKKCONFIG) -m $(MENUDESC)
|
||||||
|
endif
|
||||||
|
|
||||||
context: $(foreach SDIR, $(SUBDIRS), $(SDIR)_context)
|
context: $(foreach SDIR, $(SUBDIRS), $(SDIR)_context)
|
||||||
|
|
||||||
|
@ -97,7 +97,7 @@ config NXWIDGETS_UNITTEST_CTEXTBOX
|
|||||||
|
|
||||||
config NXWIDGETS_UNITTEST_NXWM
|
config NXWIDGETS_UNITTEST_NXWM
|
||||||
tristate "NxWM"
|
tristate "NxWM"
|
||||||
default n
|
default y
|
||||||
depends on NXWM
|
depends on NXWM
|
||||||
|
|
||||||
endmenu # Unit Tests
|
endmenu # Unit Tests
|
||||||
|
Loading…
Reference in New Issue
Block a user