aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2004-04-06 11:51:45 +0000
committerEric Andersen <andersen@codepoet.org>2004-04-06 11:51:45 +0000
commitb07ae7ba1064fb54f46ee2609dfbdbdbaaaa8624 (patch)
tree3c6893866b3b1ecc46a32641366d3d6bdb4d6cb5 /Makefile
parent8ee6943d3e6fd64ba54d555e8c717fe85084a74b (diff)
downloadbusybox-b07ae7ba1064fb54f46ee2609dfbdbdbaaaa8624.tar.gz
Yet more 'make allyesconfig' adjustments
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index d5b23e7ae..99c1ced09 100644
--- a/Makefile
+++ b/Makefile
@@ -197,6 +197,8 @@ allyesconfig: scripts/config/conf
@./scripts/config/conf -y $(CONFIG_CONFIG_IN)
sed -i -e "s/^CONFIG_DEBUG.*/# CONFIG_DEBUG is not set/" .config
sed -i -e "s/^USING_CROSS_COMPILER.*/# USING_CROSS_COMPILER is not set/" .config
+ sed -i -e "s/^CONFIG_STATIC.*/# CONFIG_STATIC is not set/" .config
+ sed -i -e "s/^CONFIG_SELINUX.*/# CONFIG_SELINUX is not set/" .config
@./scripts/config/conf -o $(CONFIG_CONFIG_IN)
allnoconfig: scripts/config/conf