Use git:// for git-mirror
[lttng-ci.git] / scripts / system-tests / check-build-needs.sh
index 6ad7a8c10cd8a315bd19f7b39c75badd24962786..0c82007ce9a7adf4d725f4949fcce8c1629df0a9 100644 (file)
@@ -61,11 +61,10 @@ if [ $NEED_MODULES_BUILD -eq 1 ] || [ $NEED_KERNEL_BUILD -eq 1 ] ; then
   make --directory="$LINUX_PATH" olddefconfig
 
   if [ $BUILD_DEVICE = 'kvm' ] ; then
-    make --directory="$LINUX_PATH" kvmconfig
+    make --directory="$LINUX_PATH" kvm_guest.config
   fi
 
-  # 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.022574 seconds and 4 git commands to generate.