aboutsummaryrefslogtreecommitdiff
path: root/kconfig/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'kconfig/Makefile')
-rw-r--r--kconfig/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/kconfig/Makefile b/kconfig/Makefile
index 84ca1e70..7fc3faca 100644
--- a/kconfig/Makefile
+++ b/kconfig/Makefile
@@ -6,7 +6,7 @@ KCONFIG_TOP = Config.in
KCONFIG_PROJECT = ToyBox
obj = ./kconfig
PHONY += clean help oldconfig menuconfig config silentoldconfig \
- randconfig allyesconfig allnoconfig allmodconfig #defconfig
+ randconfig allyesconfig allnoconfig allmodconfig defconfig
menuconfig: $(obj)/mconf
$< $(KCONFIG_TOP)
@@ -29,8 +29,8 @@ allyesconfig: $(obj)/conf
allnoconfig: $(obj)/conf
$< -n $(KCONFIG_TOP)
-#defconfig: $(obj)/conf
-# $< -d $(KCONFIG_TOP)
+defconfig: $(obj)/conf
+ $< -D /dev/null $(KCONFIG_TOP)
# Help text used by make help
help::