aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9c3ed40a8..f603d2d1a 100644
--- a/Makefile
+++ b/Makefile
@@ -185,7 +185,7 @@ randconfig: scripts/config/conf
185 185
186allyesconfig: scripts/config/conf 186allyesconfig: scripts/config/conf
187 @./scripts/config/conf -y $(CONFIG_CONFIG_IN) 187 @./scripts/config/conf -y $(CONFIG_CONFIG_IN)
188 sed -i -r -e "s/^(CONFIG_DEBUG|USING_CROSS_COMPILER|CONFIG_STATIC|CONFIG_SELINUX).*/# \1 is not set/" .config 188 sed -i -r -e "s/^(CONFIG_DEBUG|USING_CROSS_COMPILER|CONFIG_STATIC|CONFIG_SELINUX|CONFIG_FEATURE_DEVFS).*/# \1 is not set/" .config
189 @./scripts/config/conf -o $(CONFIG_CONFIG_IN) 189 @./scripts/config/conf -o $(CONFIG_CONFIG_IN)
190 190
191allnoconfig: scripts/config/conf 191allnoconfig: scripts/config/conf