From e1235dba6c0ab7070953c133203460d08525cd27 Mon Sep 17 00:00:00 2001 From: Stefan Saraev Date: Wed, 15 May 2013 20:46:22 +0300 Subject: [PATCH] linux: enable parallel build --- packages/linux/build | 3 --- 1 file changed, 3 deletions(-) diff --git a/packages/linux/build b/packages/linux/build index 6c93154291..28f7f14fd7 100755 --- a/packages/linux/build +++ b/packages/linux/build @@ -29,9 +29,6 @@ else KERNEL_IMAGE="bzImage" fi -# dont build parallel - MAKEFLAGS=-j1 - cd $(kernel_path) rm -rf modules mkdir -p modules