Yet more 'make allyesconfig' adjustments
This commit is contained in:
parent
8ee6943d3e
commit
b07ae7ba10
2
Makefile
2
Makefile
@ -197,6 +197,8 @@ allyesconfig: scripts/config/conf
|
|||||||
@./scripts/config/conf -y $(CONFIG_CONFIG_IN)
|
@./scripts/config/conf -y $(CONFIG_CONFIG_IN)
|
||||||
sed -i -e "s/^CONFIG_DEBUG.*/# CONFIG_DEBUG is not set/" .config
|
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/^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)
|
@./scripts/config/conf -o $(CONFIG_CONFIG_IN)
|
||||||
|
|
||||||
allnoconfig: scripts/config/conf
|
allnoconfig: scripts/config/conf
|
||||||
|
Loading…
Reference in New Issue
Block a user