浏览代码

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 11 年之前
父节点
当前提交
3580da1fe7
共有 1 个文件被更改,包括 1 次插入1 次删除
  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)