summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--kconfig/kconfig.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/kconfig/kconfig.mk b/kconfig/kconfig.mk
index 2be7141..91ca484 100644
--- a/kconfig/kconfig.mk
+++ b/kconfig/kconfig.mk
@@ -187,10 +187,10 @@ config.gen/debug.in: $(DEBUG_CONFIG_FILES)
menuconfig: $(obj)/mconf $(CONFIG_FILES)
$(SILENT)$< $(KCONFIG_TOP)
-oldconfig: .config $(obj)/conf $(CONFIG_FILES)
+oldconfig: $(obj)/conf .config $(CONFIG_FILES)
$(SILENT)$< -s $(KCONFIG_TOP)
-defoldconfig: .config $(obj)/conf $(CONFIG_FILES)
+defoldconfig: $(obj)/conf .config $(CONFIG_FILES)
$(SILENT)yes "" |$< -s $(KCONFIG_TOP)
#-----------------------------------------------------------