diff --git a/build_all.sh b/build_all.sh index 7f76baba..031e354b 100755 --- a/build_all.sh +++ b/build_all.sh @@ -30,6 +30,7 @@ fi export LOCALVERSION=-tegra export TEGRA_KERNEL_OUT=$DEVDIR/images/$JETPACK_VERSION mkdir -p $TEGRA_KERNEL_OUT +export KERNEL_MODULES_OUT=$TEGRA_KERNEL_OUT/modules # Check if BUILD_NUMBER is set as it will add a postfix to the kernel name "vermagic" (normally it happens on CI who have BUILD_NUMBER defined) [[ -n "${BUILD_NUMBER}" ]] && echo "Warning! You have BUILD_NUMBER set to ${BUILD_NUMBER}, This will affect your vermagic"