kernel: copy kernel to kernel/target

This commit is contained in:
Alex Zenla
2024-02-19 01:32:32 +00:00
parent 73f1e980cd
commit 06561137fd
2 changed files with 2 additions and 2 deletions

View File

@ -2,4 +2,4 @@
KERNEL_VERSION="6.7.5"
KERNEL_SRC_URL="https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-${KERNEL_VERSION}.tar.xz"
SRC_DIR_NAME="linux-${KERNEL_VERSION}"
OUTPUT_DIR_NAME="out"
OUTPUT_DIR_NAME="target"