ckmake: parallelise even allyesconfig/allnoconfig
authorJohannes Berg <johannes@sipsolutions.net>
Tue, 2 Apr 2013 23:12:28 +0000 (01:12 +0200)
committerJohannes Berg <johannes@sipsolutions.net>
Tue, 2 Apr 2013 23:12:28 +0000 (01:12 +0200)
There are two C files to build in there :-)

Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
devel/ckmake

index 61a01391f26d809fcadd69112fd3f4805d706c83..0b680b6f43fdc2784bd412b044250fab3ba7b194 100755 (executable)
@@ -157,7 +157,7 @@ def process_kernel(num, kset, cmdline_args):
 
                kset.baking(rel)
 
-               p = subprocess.Popen(nice + ['make'] + make_args + [config_name],
+               p = subprocess.Popen(nice + ['make', jobs] + make_args + [config_name],
                                     cwd = work_dir, env=all_config_env,
                                     stdin=null_file,
                                     stdout=log_file,