diff -r 11c23aa9c9f9 -r 15f57d843296 kconfig/kconfig.mk --- a/kconfig/kconfig.mk Wed Aug 15 22:06:22 2012 +0200 +++ b/kconfig/kconfig.mk Tue Jan 22 00:34:15 2013 +0100 @@ -5,7 +5,7 @@ #----------------------------------------------------------- # The configurators rules -configurators = menuconfig nconfig oldconfig defconfig olddefconfig +configurators = menuconfig nconfig oldconfig savedefconfig defconfig PHONY += $(configurators) $(configurators): config_files @@ -27,11 +27,11 @@ @$(ECHO) " CONF $(KCONFIG_TOP)" $(SILENT)$(CONF) --silent$@ $(KCONFIG_TOP) -defconfig: .config +savedefconfig: .config @$(ECHO) ' GEN $@' $(SILENT)$(CONF) --savedefconfig=$${CONFIG-defconfig} $(KCONFIG_TOP) -olddefconfig: +defconfig: @$(ECHO) ' CONF $@' $(SILENT)$(CONF) --defconfig=$${CONFIG-defconfig} $(KCONFIG_TOP)