Skip to content

Commit 4b12fa8

Browse files
committed
tools/ci.sh: Add makeopts to make.
1 parent f954b05 commit 4b12fa8

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

tools/ci.sh

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -472,10 +472,9 @@ function ci_quectel_setup {
472472
}
473473

474474
function ci_quectel_build {
475-
make -C mpy-cross
476-
cd ports/quectel
477-
make submodules
478-
make BOARD=EC600UCN_LB
475+
make ${MAKEOPTS} -C mpy-cross
476+
make ${MAKEOPTS} -C ports/quectel submodules
477+
make ${MAKEOPTS} -C ports/quectel BOARD=EC600UCN_LB
479478
}
480479

481480
########################################################################################

0 commit comments

Comments
 (0)