summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2014-10-19 10:35:05 +0200
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2014-10-19 10:35:27 +0200
commit4f85cb72c4a200b062e3eba02ffcef34fee69cb9 (patch)
treebc4ccbb6f2d1f36999d39c2a82bd5adb1af854fd /core
parent192ec89b4fe3e1e0e1b3289dbf111b71b3761a1b (diff)
downloadembtoolkit-4f85cb72c4a200b062e3eba02ffcef34fee69cb9.tar.gz
embtoolkit-4f85cb72c4a200b062e3eba02ffcef34fee69cb9.tar.bz2
embtoolkit-4f85cb72c4a200b062e3eba02ffcef34fee69cb9.tar.xz
Configuration GUI: add nconfig
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
Diffstat (limited to 'core')
-rw-r--r--core/mk/buildsystem.mk2
-rw-r--r--core/mk/help.mk4
2 files changed, 4 insertions, 2 deletions
diff --git a/core/mk/buildsystem.mk b/core/mk/buildsystem.mk
index 3cf3c23..b6959d1 100644
--- a/core/mk/buildsystem.mk
+++ b/core/mk/buildsystem.mk
@@ -60,7 +60,7 @@ define __embtk_mk_xconfig
$(call __embtk_kconfig_buildrun,$(1))
endef
-xconfig menuconfig olddefconfig: embtk_kconfig_basic
+xconfig menuconfig nconfig olddefconfig: embtk_kconfig_basic
$(Q)$(call __embtk_mk_xconfig,$@)
embtk_kconfig_basic:
diff --git a/core/mk/help.mk b/core/mk/help.mk
index 18f07ea..9c97262 100644
--- a/core/mk/help.mk
+++ b/core/mk/help.mk
@@ -33,7 +33,9 @@ help:
@echo " configure your toolchain and your root"
@echo " filesystem (if selected)."
@echo
- @echo "make menuconfig: Same as xconfig but using this time ncurse GUI."
+ @echo "make menuconfig: Same as xconfig but using this time lxdialog GUI."
+ @echo
+ @echo "make nconfig: Same as xconfig but using this time ncurses GUI."
@echo
@echo "make olddefconfig: Update silently current config utilising a"
@echo " provided .config as base, and sets new"