Fix: builtin script referring to old directories
[lttng-modules.git] / scripts / built-in.sh
index d9720230e6a9e69de5e73bc90c5accbcb726952d..f0594eccdba217157bd016a2e75ad84805243333 100755 (executable)
@@ -15,7 +15,7 @@ KERNEL_DIR="$(readlink --canonicalize-existing "$1")"
 ln -sf "$(pwd)" "${KERNEL_DIR}/lttng"
 
 # Graft ourself to the kernel build system
-echo 'source "lttng/Kconfig"' >> "${KERNEL_DIR}/Kconfig"
+echo 'source "lttng/src/Kconfig"' >> "${KERNEL_DIR}/Kconfig"
 sed -i 's#+= kernel/#+= kernel/ lttng/#' "${KERNEL_DIR}/Makefile"
 
 echo >&2
This page took 0.022897 seconds and 4 git commands to generate.