From: Peter Dinda Date: Thu, 19 Jul 2012 00:01:54 +0000 (-0500) Subject: Parallelize build of linux module X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?p=palacios.git;a=commitdiff_plain;h=947c5b06d680f812f103cb2585c8d4510ddacb52 Parallelize build of linux module --- diff --git a/Makefile b/Makefile index 3d83791..e267ebe 100644 --- a/Makefile +++ b/Makefile @@ -624,7 +624,7 @@ palacios: libv3vee.a linux_module/v3vee.ko: linux_module/*.c linux_module/*.h libv3vee.a - cd linux_module/ && make + cd linux_module/ && make -j 8 cp linux_module/v3vee.ko v3vee.ko