Remove no more needed alternative modprobeddb command for futex2/config_expert now that we are feeding the entries to defconfig dynamically.
Thanks to @CodingKoopa for pointing it out
This commit is contained in:
parent
f3eba51c33
commit
cc5621ddb8
@ -1178,11 +1178,7 @@ CONFIG_DEBUG_INFO_BTF_MODULES=y\n
|
||||
read -rp "`echo $' > N/y : '`" CONDITIONMPDB;
|
||||
fi
|
||||
if [[ "$CONDITIONMPDB" =~ [yY] ]] || [ "$_modprobeddb" = "true" ]; then
|
||||
if [ "$_futex2" = "true" ] || [ "$_config_expert" = "true" ];then
|
||||
make LSMOD=${HOME}/.config/modprobed.db localmodconfig ${llvm_opt}
|
||||
else
|
||||
yes "" | make LSMOD=${HOME}/.config/modprobed.db localmodconfig ${llvm_opt}
|
||||
fi
|
||||
yes "" | make LSMOD=${HOME}/.config/modprobed.db localmodconfig ${llvm_opt}
|
||||
fi
|
||||
|
||||
if [ true = "$_config_fragments" ]; then
|
||||
|
Loading…
Reference in New Issue
Block a user