diff options
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
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) |