From 4f85cb72c4a200b062e3eba02ffcef34fee69cb9 Mon Sep 17 00:00:00 2001 From: Abdoulaye Walsimou Gaye Date: Sun, 19 Oct 2014 10:35:05 +0200 Subject: Configuration GUI: add nconfig Signed-off-by: Abdoulaye Walsimou Gaye --- core/mk/buildsystem.mk | 2 +- core/mk/help.mk | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'core') 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" -- cgit v1.2.3