Add y scale on the right side of plot
[lttng-ci.git] / scripts / kernel / build.sh
old mode 100644 (file)
new mode 100755 (executable)
index 11f1af1..614f1d8
@@ -45,8 +45,7 @@ sed -i "s/# CONFIG_KALLSYMS_ALL is not set/CONFIG_KALLSYMS_ALL=y/g" "${BUILDDIR}
 
 # Build to out of tree dir
 #make -j$nbrProc O="${BUILDDIR}"
-make O="${BUILDDIR}" prepare
-make -j${NPROC} O="${BUILDDIR}" modules
+make O="${BUILDDIR}" modules_prepare
 
 # Clean up artifact directory to keep only relevant stuff for lttng-modules
 cd "${BUILDDIR}"
This page took 0.022526 seconds and 4 git commands to generate.