If you are running make < 3.78, you type
make MAKE="make -j4" bzImage modules
If you are running make >= 3.78, you type
make -j4 bzImage modules
make 3.78 added a job scheduler that automatically shares out the -j
value across sub directory builds.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/