I'm trying to build the linux-tools binaries from the kernel using the armbian build. I ran the ./compile.sh script and it built the image, but I only want the linux-tools binaries to copy over. I'm not sure how to get it to build them, when I go into the kernel tools folder and do "make all" it builds the binaries for x64 instead of for arm64. I looked through the kernel config file when running ./compile.sh script but can't find an option to build the linux-tools. I'm not sure how to add it so that they are built for the target system arm64.