jjb: fix ubuntu kernel builds with new kernel-wedge
authorMichael Jeanson <mjeanson@efficios.com>
Tue, 26 Feb 2019 15:34:10 +0000 (10:34 -0500)
committerMichael Jeanson <mjeanson@efficios.com>
Tue, 26 Feb 2019 15:34:10 +0000 (10:34 -0500)
Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
scripts/lttng-modules/param-build.sh

index 93b583e9fde3f1b57ab4748708618caac62ec3da..9169314941003251fdf17d079fae6d28a96487cc 100644 (file)
@@ -149,8 +149,8 @@ build_linux_kernel() {
             exit 0
           fi
         fi
-        fakeroot debian/rules clean
-        fakeroot debian/rules genconfigs
+        fakeroot debian/rules clean KW_DEFCONFIG_DIR=.
+        fakeroot debian/rules genconfigs KW_DEFCONFIG_DIR=.
         cp CONFIGS/"${ubuntu_config}" .config
         ;;
       *)
This page took 0.024123 seconds and 4 git commands to generate.