Bake-in the basic kernel module
[lttng-ci.git] / scripts / system-tests / check-build-needs.sh
index cf51ab2ace0df6a14443ad910c5a4fd642bea679..6ad7a8c10cd8a315bd19f7b39c75badd24962786 100644 (file)
@@ -64,7 +64,8 @@ if [ $NEED_MODULES_BUILD -eq 1 ] || [ $NEED_KERNEL_BUILD -eq 1 ] ; then
     make --directory="$LINUX_PATH" kvmconfig
   fi
 
-  make --directory="$LINUX_PATH" modules_prepare
+  # Embed everything
+  make --directory="$LINUX_PATH" localyesconfig
 fi
 
 #We create files to specify what needs to be built for the subsequent build steps
This page took 0.021958 seconds and 4 git commands to generate.