Skip to content

Commit

Permalink
debugging: labs: remove -j from Buildroot make command
Browse files Browse the repository at this point in the history
It's useless with Buildroot as we are not using top-level parallel build.

Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
  • Loading branch information
lucaceresoli committed Mar 27, 2023
1 parent f1716e3 commit 65ea991
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion labs/debugging-setup/debugging-setup.tex
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ \section{Building the image}
$ cd buildroot
$ git checkout debugging-training/2022.08
$ make stm32mp157a_dk1_debugging_defconfig
$ make -j12
$ make
\end{bashinput}
This will take a few minutes. At the end of the build, a images directory will
Expand Down

0 comments on commit 65ea991

Please sign in to comment.