diff options
author | Bryan Hundven <bryanhundven@gmail.com> | 2015-09-01 16:11:30 -0700 |
---|---|---|
committer | Bryan Hundven <bryanhundven@gmail.com> | 2015-09-03 19:00:28 -0700 |
commit | 0cffa79d9fb3d5476d7a1dbeda617aea7a6851b2 (patch) | |
tree | 7339c7fff49ed2cd2e06c042bc1bc35a20f5a381 /kconfig/kconfig.mk | |
parent | 74b09f9c4a07a8f561001f4a727259b2d5eced77 (diff) | |
download | crosstool-ng-0cffa79d9fb3d5476d7a1dbeda617aea7a6851b2.tar.gz crosstool-ng-0cffa79d9fb3d5476d7a1dbeda617aea7a6851b2.tar.bz2 crosstool-ng-0cffa79d9fb3d5476d7a1dbeda617aea7a6851b2.zip |
kconfig: Update kconfig. Sync with Linux-4.2
This change updates the kconfig utility to what is shipped with 4.2.0.
Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
Diffstat (limited to 'kconfig/kconfig.mk')
-rw-r--r-- | kconfig/kconfig.mk | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/kconfig/kconfig.mk b/kconfig/kconfig.mk index 06e022c1..f59de5aa 100644 --- a/kconfig/kconfig.mk +++ b/kconfig/kconfig.mk @@ -10,6 +10,11 @@ PHONY += $(configurators) $(configurators): config_files +export CT_IS_A_BACKEND:=$(CT_IS_A_BACKEND) +export CT_BACKEND_ARCH:=$(CT_BACKEND_ARCH) +export CT_BACKEND_KERNEL:=$(CT_BACKEND_KERNEL) +export CT_BACKEND_LIBC:=$(CT_BACKEND_LIBC) + # We need CONF for savedefconfig in scripts/saveSample.sh export CONF := $(CT_LIB_DIR)/kconfig/conf MCONF := $(CT_LIB_DIR)/kconfig/mconf @@ -55,6 +60,7 @@ extractconfig: help-config:: @echo ' menuconfig - Update current config using a menu based program' + @echo ' nconfig - Update current config using a menu based program' @echo ' oldconfig - Update current config using a provided .config as base' @echo ' extractconfig - Extract to stdout the configuration items from a' @echo ' build.log file piped to stdin' |