소스 검색

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 년 전
부모
커밋
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)
 %_defconfig: $(conf) ; $(cmd_defconfig)
 
 
 savedefconfig: $(conf)
 savedefconfig: $(conf)
-	$(Q)$< -S $(KCONFIG_CONFIG) $(Kconfig)
+	$(Q)$< -S defconfig $(Kconfig)
 listnewconfig: $(conf)
 listnewconfig: $(conf)
 	$(Q)$< -l $(Kconfig)
 	$(Q)$< -l $(Kconfig)
 olddefconfig: $(conf)
 olddefconfig: $(conf)