set -j on kernel build again

Signed-off-by: Justin Cormack <justin.cormack@docker.com>
This commit is contained in:
Justin Cormack 2016-10-11 16:27:55 +01:00
parent b951a26a3a
commit e7b9428589

View File

@ -64,7 +64,7 @@ RUN cd /linux && \
RUN cd /linux && \
make defconfig && \
make oldconfig && \
make KCFLAGS="-fno-pie" && \
make -j "$(getconf _NPROCESSORS_ONLN)" KCFLAGS="-fno-pie" && \
make INSTALL_MOD_PATH=/tmp/kernel-modules modules_install && \
( cd /tmp/kernel-modules && tar cf /kernel-modules.tar . ) && \
make INSTALL_HDR_PATH=/tmp/kernel-headers headers_install