Use sort=true for panda concat
[lttng-ci.git] / scripts / system-tests / check-build-needs.sh
index 6ad7a8c10cd8a315bd19f7b39c75badd24962786..fc15c83bc877b6827b43b273632e6cae5a531563 100644 (file)
@@ -66,6 +66,7 @@ if [ $NEED_MODULES_BUILD -eq 1 ] || [ $NEED_KERNEL_BUILD -eq 1 ] ; then
 
   # Embed everything
   make --directory="$LINUX_PATH" localyesconfig
+  make --directory="$LINUX_PATH" modules_prepare
 fi
 
 #We create files to specify what needs to be built for the subsequent build steps
This page took 0.028861 seconds and 4 git commands to generate.