aboutsummaryrefslogtreecommitdiff
path: root/util/kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'util/kconfig')
-rw-r--r--util/kconfig/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/util/kconfig/Makefile b/util/kconfig/Makefile
index eb9e38cc68..ab741139f7 100644
--- a/util/kconfig/Makefile
+++ b/util/kconfig/Makefile
@@ -91,14 +91,14 @@ savedefconfig: $(objk)/conf
defconfig: $(objk)/conf
ifeq ($(KBUILD_DEFCONFIG),)
- $< -d $(Kconfig)
+ $< --defconfig $(Kconfig)
else
@echo "*** Default configuration is based on '$(KBUILD_DEFCONFIG)'"
- $< -D $(KBUILD_DEFCONFIG) $(Kconfig)
+ $< --defconfig=$(KBUILD_DEFCONFIG) $(Kconfig)
endif
%_defconfig: $(objk)/conf
- $< -D configs/$@ $(Kconfig)
+ $< --defconfig=configs/$@ $(Kconfig)
# Help text used by make help
help: