X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;f=scripts%2Fbuilt-in.sh;fp=scripts%2Fbuilt-in.sh;h=f0594eccdba217157bd016a2e75ad84805243333;hb=25fd068813d5afb4bccdf16e02b0a30c38d1d35c;hp=d9720230e6a9e69de5e73bc90c5accbcb726952d;hpb=4f1d1ee53c08ab61f0208aeed80303a0dfec2c48;p=lttng-modules.git diff --git a/scripts/built-in.sh b/scripts/built-in.sh index d9720230..f0594ecc 100755 --- a/scripts/built-in.sh +++ b/scripts/built-in.sh @@ -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