summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorVineet Gupta <vgupta@synopsys.com>2013-12-19 17:09:59 +0530
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2014-01-08 12:34:36 +0100
commit3580da1fe73e6b49a3810c766be0ecf06d2e038b (patch)
treeae290bbeb1b78b15075b7fd232097f8d07e65580 /Makefile.in
parentde6561f6669308e5d2297589b39a217d4c14df1c (diff)
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>
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 91ef72fc7..5419704ac 100644
--- a/Makefile.in
+++ b/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)