buildsys: store savedefconfig to defconfig file

It now generated a file name defconfig in current directory

Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
This commit is contained in:
Vineet Gupta 2013-12-19 17:09:59 +05:30 committed by Bernhard Reutner-Fischer
parent de6561f666
commit 3580da1fe7

View File

@ -496,7 +496,7 @@ defconfig: $(conf) ; $(cmd_defconfig)
%_defconfig: $(conf) ; $(cmd_defconfig)
savedefconfig: $(conf)
$(Q)$< -S $(KCONFIG_CONFIG) $(Kconfig)
$(Q)$< -S defconfig $(Kconfig)
listnewconfig: $(conf)
$(Q)$< -l $(Kconfig)
olddefconfig: $(conf)