diff options
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -185,7 +185,7 @@ randconfig: scripts/config/conf | |||
185 | 185 | ||
186 | allyesconfig: scripts/config/conf | 186 | allyesconfig: 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 | ||
191 | allnoconfig: scripts/config/conf | 191 | allnoconfig: scripts/config/conf |