From 417251718144a9f5ab350abe6a15aca660819ab9 Mon Sep 17 00:00:00 2001 From: Jonathan Rajotte Date: Fri, 23 Nov 2018 17:20:03 -0500 Subject: [PATCH] Fix: always call modules_prepare on kernel source for lttng-modules build Signed-off-by: Jonathan Rajotte --- scripts/system-tests/check-build-needs.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/system-tests/check-build-needs.sh b/scripts/system-tests/check-build-needs.sh index 6ad7a8c..fc15c83 100644 --- a/scripts/system-tests/check-build-needs.sh +++ b/scripts/system-tests/check-build-needs.sh @@ -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 -- 2.34.1