Skip to content
Snippets Groups Projects
Commit 092da3df authored by minute's avatar minute
Browse files

mkuboot: use nproc

parent a4cad370
Branches main
No related tags found
No related merge requests found
......@@ -14,7 +14,7 @@ cp mntreform-config .config
export CROSS_COMPILE=aarch64-linux-gnu-
export ARCH=arm
make -j16 flash.bin
make -j$(nproc) flash.bin
cd ..
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment