aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 6ebab1ff2..d5b23e7ae 100644
--- a/Makefile
+++ b/Makefile
@@ -195,6 +195,9 @@ randconfig: scripts/config/conf
195 195
196allyesconfig: scripts/config/conf 196allyesconfig: scripts/config/conf
197 @./scripts/config/conf -y $(CONFIG_CONFIG_IN) 197 @./scripts/config/conf -y $(CONFIG_CONFIG_IN)
198 sed -i -e "s/^CONFIG_DEBUG.*/# CONFIG_DEBUG is not set/" .config
199 sed -i -e "s/^USING_CROSS_COMPILER.*/# USING_CROSS_COMPILER is not set/" .config
200 @./scripts/config/conf -o $(CONFIG_CONFIG_IN)
198 201
199allnoconfig: scripts/config/conf 202allnoconfig: scripts/config/conf
200 @./scripts/config/conf -n $(CONFIG_CONFIG_IN) 203 @./scripts/config/conf -n $(CONFIG_CONFIG_IN)