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 46a8f6e4..f66432e5 100644
--- a/kconfig/Makefile
+++ b/kconfig/Makefile
@@ -5,7 +5,7 @@
KCONFIG_TOP = Config.in
obj = ./kconfig
PHONY += clean help oldconfig menuconfig config silentoldconfig \
- randconfig allyesconfig allnoconfig allmodconfig defconfig
+ randconfig allyesconfig allnoconfig allmodconfig #defconfig
menuconfig: $(obj)/mconf
$< $(KCONFIG_TOP)
@@ -28,8 +28,8 @@ allyesconfig: $(obj)/conf
allnoconfig: $(obj)/conf
$< -n $(KCONFIG_TOP)
-defconfig: $(obj)/conf
- $< -d $(KCONFIG_TOP)
+#defconfig: $(obj)/conf
+# $< -d $(KCONFIG_TOP)
# Help text used by make help
help::