aboutsummaryrefslogtreecommitdiff
path: root/kconfig
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2007-01-31 14:37:01 -0500
committerRob Landley <rob@landley.net>2007-01-31 14:37:01 -0500
commitde05a7024f4be6826d05c40aa029fe2bbf6d2818 (patch)
treed4e96051360dd047d2fccbc6b4b1e6773b2c2199 /kconfig
parentbcfad872188d993efc8d1da4b79058b69e43f019 (diff)
downloadtoybox-de05a7024f4be6826d05c40aa029fe2bbf6d2818.tar.gz
Add "make defconfig". Modify global options to start with CONFIG_TOYBOX_.
Diffstat (limited to 'kconfig')
-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::