build: VANILLA_VANILLA_ARGS > VANILLA_ARGS variable
This commit is contained in:
parent
2ee255693e
commit
45a0d58af8
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue