Browse Source

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>
Vineet Gupta 10 years ago
parent
commit
3580da1fe7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Makefile.in

+ 1 - 1
Makefile.in

@@ -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)