From df9ac7dead6c0cde1f0ad3020ed4534ee20a0269 Mon Sep 17 00:00:00 2001 From: Raphael <68374617+raphaelscholle@users.noreply.github.com> Date: Sun, 7 Apr 2024 03:19:32 +0200 Subject: [PATCH] debug --- nvbuild.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/nvbuild.sh b/nvbuild.sh index cf012826ec..9e7c69eb4e 100755 --- a/nvbuild.sh +++ b/nvbuild.sh @@ -86,7 +86,11 @@ function build_arm64_kernel_sources { else O_OPT=() fi - + echo "__________________________________Debug__________________________________" + echo ${KERNEL_OUT_DIR} + ls -a ${KERNEL_OUT_DIR} + tree ${KERNEL_OUT_DIR} + echo "__________________________________Debug__________________________________" "${MAKE_BIN}" -C "${source_dir}" ARCH=arm64 \ LOCALVERSION="-tegra" \ CROSS_COMPILE="${CROSS_COMPILE_AARCH64}" \