Skip to content

Commit

Permalink
tar-artifacts: add entire include directory to the build artifacts
Browse files Browse the repository at this point in the history
Signed-off-by: Ihor Solodrai <[email protected]>
  • Loading branch information
theihor committed Dec 2, 2024
1 parent 57fddec commit 3d0f0b5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tar-artifacts/tar-artifacts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@ image_name=$(make -C ${REPO_ROOT} ARCH="$(platform_to_kernel_arch "${arch}")" -s
kbuild_output_file_list=(
".config"
"${image_name}"
"include/config/auto.conf"
"include/generated/autoconf.h"
"include/"
"vmlinux"
)

Expand Down

0 comments on commit 3d0f0b5

Please sign in to comment.