Skip to content
This repository was archived by the owner on Nov 22, 2022. It is now read-only.

Commit 6273157

Browse files
authored
Merge pull request #10 from nglee/dev_editMakeJArgument
L4T 28.1 : set make -j argument to 4 (was 6)
2 parents b6226f4 + 55bb6c7 commit 6273157

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/makeKernel.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ cd /usr/src/kernel/kernel-4.4
55
make prepare
66
make modules_prepare
77
# Make alone will build the dts files too
8-
# make -j6
9-
make -j6 Image
8+
# make -j4
9+
make -j4 Image
1010
make modules
1111
make modules_install
1212

0 commit comments

Comments
 (0)