build: VANILLA_VANILLA_ARGS > VANILLA_ARGS variable

This commit is contained in:
Ksawlii 2025-01-22 10:10:17 +01:00
parent 2ee255693e
commit 45a0d58af8

View file

@ -90,7 +90,7 @@ echo -e "Check in btop, htop, top (whatever you use) if its building.
If you have some errors when trying to rebuild, delete $OUTDIR"
if [ "FIREASF_VANILLA" = "true" ]; then
make -j$(nproc --all) -C $(pwd) O=out $VANILLA_VANILLA_ARGS a53x_defconfig >/dev/null
make -j$(nproc --all) -C $(pwd) O=out $VANILLA_ARGS a53x_defconfig >/dev/null
make -j$(nproc --all) -C $(pwd) O=out $VANILLA_ARGS dtbs >/dev/null
make -j$(nproc --all) -C $(pwd) O=out $VANILLA_ARGS >/dev/null
else