kconfig/kconfig.mk
changeset 3325 069f43a215cc
parent 3167 15f57d843296
     1.1 --- a/kconfig/kconfig.mk	Tue Jan 22 00:34:15 2013 +0100
     1.2 +++ b/kconfig/kconfig.mk	Wed Jun 25 23:33:01 2014 +0200
     1.3 @@ -29,11 +29,11 @@
     1.4  
     1.5  savedefconfig: .config
     1.6  	@$(ECHO) '  GEN   $@'
     1.7 -	$(SILENT)$(CONF) --savedefconfig=$${CONFIG-defconfig} $(KCONFIG_TOP)
     1.8 +	$(SILENT)$(CONF) --savedefconfig=$${DEFCONFIG-defconfig} $(KCONFIG_TOP)
     1.9  
    1.10  defconfig:
    1.11  	@$(ECHO) '  CONF  $@'
    1.12 -	$(SILENT)$(CONF) --defconfig=$${CONFIG-defconfig} $(KCONFIG_TOP)
    1.13 +	$(SILENT)$(CONF) --defconfig=$${DEFCONFIG-defconfig} $(KCONFIG_TOP)
    1.14  
    1.15  # Always be silent, the stdout an be >.config
    1.16  extractconfig:
    1.17 @@ -58,6 +58,6 @@
    1.18  	@echo  '  oldconfig          - Update current config using a provided .config as base'
    1.19  	@echo  '  extractconfig      - Extract to stdout the configuration items from a'
    1.20  	@echo  '                       build.log file piped to stdin'
    1.21 -	@echo  '  defconfig          - Save current config as a mini-defconfig to $${CONFIG}'
    1.22 -	@echo  '  olddefconfig       - Update config from a mini-defconfig $${CONFIG}'
    1.23 -	@echo  '                       (default: $${CONFIG}=./defconfig)'
    1.24 +	@echo  '  savedefconfig      - Save current config as a mini-defconfig to $${DEFCONFIG}'
    1.25 +	@echo  '  defconfig          - Update config from a mini-defconfig $${DEFCONFIG}'
    1.26 +	@echo  '                       (default: $${DEFCONFIG}=./defconfig)'