From 584d8735f3f31b4511edc674bbcbbdbea1412dd0 Mon Sep 17 00:00:00 2001 From: Michael Jeanson Date: Wed, 27 Jan 2016 10:51:18 -0500 Subject: [PATCH] Add CONFIG_LTTNG to broken kernels build cmd Signed-off-by: Michael Jeanson --- scripts/lttng-modules/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/lttng-modules/build.sh b/scripts/lttng-modules/build.sh index 1a1aaaf..0d83cf4 100755 --- a/scripts/lttng-modules/build.sh +++ b/scripts/lttng-modules/build.sh @@ -65,7 +65,7 @@ if { vergte "$KVERSION" "3.10" && verlte "$KVERSION" "3.10.13"; } || \ set +e # Build modules - make -j${NPROC} -C "${LNXBINDIR}" M="$(pwd)" V=1 + make -j${NPROC} -C "${LNXBINDIR}" M="$(pwd)" V=1 CONFIG_LTTNG=m # We expect this build to fail, if it doesn't, fail the job. if [ "$?" -eq 0 ]; then -- 2.34.1