OSDN Git Service

kernel.mk: build with -j option based on processor cores
authorMauro Rossi <issor.oruam@gmail.com>
Fri, 8 Jun 2018 23:17:15 +0000 (00:17 +0100)
committerChih-Wei Huang <cwhuang@linux.org.tw>
Sun, 17 Jun 2018 04:31:10 +0000 (12:31 +0800)
submake call builds kernel using only one job,
j option is used with number of processors cores retrieved by $(shell) call

v2: use $(nproc) and add -l to limit the number of jobs based on the load
    average (cwhuang)


No differences found