Quantcast
Channel: Active questions tagged kernel - Stack Overflow
Viewing all articles
Browse latest Browse all 6375

Linux module compilation using multiple threads / jobs

$
0
0

When trying to compile a Linux module using -j2 i am getting the following error:

make[1]: warning: jobserver unavailable: using -j1.  Add `+' to parent make rule.

What is the correct way to parallel build multiple source files when building a Linux kernel module ?

Thanks,

Itay


Viewing all articles
Browse latest Browse all 6375

Trending Articles