Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelscholle committed Apr 7, 2024
1 parent db88a2d commit df9ac7d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion nvbuild.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}" \
Expand Down

0 comments on commit df9ac7d

Please sign in to comment.