aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index cc4cc274c..d3630c2ed 100644
--- a/Makefile
+++ b/Makefile
@@ -195,7 +195,7 @@ defconfig: scripts/config/conf
195 195
196allbareconfig: scripts/config/conf 196allbareconfig: scripts/config/conf
197 @./scripts/config/conf -y $(CONFIG_CONFIG_IN) 197 @./scripts/config/conf -y $(CONFIG_CONFIG_IN)
198 @sed -i -r -e "s/^(CONFIG_DEBUG|USING_CROSS_COMPILER|CONFIG_STATIC|CONFIG_SELINUX).*/# \1 is not set/" .config 198 @sed -i -r -e "s/^(USING_CROSS_COMPILER|CONFIG_(DEBUG|STATIC|SELINUX|DEVFSD|NC_GAPING_SECURITY_HOLE)).*/# \1 is not set/" .config
199 @sed -i -e "/FEATURE/s/=.*//;/^[^#]/s/.*FEATURE.*/# \0 is not set/;" .config 199 @sed -i -e "/FEATURE/s/=.*//;/^[^#]/s/.*FEATURE.*/# \0 is not set/;" .config
200 @echo "CONFIG_FEATURE_BUFFERS_GO_ON_STACK=y" >> .config 200 @echo "CONFIG_FEATURE_BUFFERS_GO_ON_STACK=y" >> .config
201 @./scripts/config/conf -o $(CONFIG_CONFIG_IN) 201 @./scripts/config/conf -o $(CONFIG_CONFIG_IN)