summaryrefslogtreecommitdiff
path: root/devel/ckmake
diff options
context:
space:
mode:
authorJohannes Berg <johannes@sipsolutions.net>2013-04-03 01:12:28 +0200
committerJohannes Berg <johannes@sipsolutions.net>2013-04-03 01:12:28 +0200
commit50a5b82c8894020e8bfc00e234b6b14b3cf0a400 (patch)
tree9af50379529f894d209f61e95e0596fbed232bca /devel/ckmake
parente00d6229a3d6266e9d36cad8f12e145063880db5 (diff)
ckmake: parallelise even allyesconfig/allnoconfig
There are two C files to build in there :-) Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
Diffstat (limited to 'devel/ckmake')
-rwxr-xr-xdevel/ckmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/ckmake b/devel/ckmake
index 61a01391..0b680b6f 100755
--- a/devel/ckmake
+++ b/devel/ckmake
@@ -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,