kconfig/kconfig.mk
changeset 3167 15f57d843296
parent 3034 11c23aa9c9f9
child 3225 dcdc595a23c8
     1.1 --- a/kconfig/kconfig.mk	Wed Aug 15 22:06:22 2012 +0200
     1.2 +++ b/kconfig/kconfig.mk	Tue Jan 22 00:34:15 2013 +0100
     1.3 @@ -5,7 +5,7 @@
     1.4  #-----------------------------------------------------------
     1.5  # The configurators rules
     1.6  
     1.7 -configurators = menuconfig nconfig oldconfig defconfig olddefconfig
     1.8 +configurators = menuconfig nconfig oldconfig savedefconfig defconfig
     1.9  PHONY += $(configurators)
    1.10  
    1.11  $(configurators): config_files
    1.12 @@ -27,11 +27,11 @@
    1.13  	@$(ECHO) "  CONF  $(KCONFIG_TOP)"
    1.14  	$(SILENT)$(CONF) --silent$@ $(KCONFIG_TOP)
    1.15  
    1.16 -defconfig: .config
    1.17 +savedefconfig: .config
    1.18  	@$(ECHO) '  GEN   $@'
    1.19  	$(SILENT)$(CONF) --savedefconfig=$${CONFIG-defconfig} $(KCONFIG_TOP)
    1.20  
    1.21 -olddefconfig:
    1.22 +defconfig:
    1.23  	@$(ECHO) '  CONF  $@'
    1.24  	$(SILENT)$(CONF) --defconfig=$${CONFIG-defconfig} $(KCONFIG_TOP)
    1.25