Skip to content

Commit

Permalink
build-selftests: check for SELFTESTS_BPF_TARGETS
Browse files Browse the repository at this point in the history
Make it possible to control make targets in build-selftests actions by
checkign for SELFTESTS_BPF_TARGETS environment variable.

Signed-off-by: Ihor Solodrai <[email protected]>
  • Loading branch information
theihor committed Feb 5, 2025
1 parent 1e8e05a commit 8a4bc90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-selftests/build_selftests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,6 @@ EOF
)
make ${MAKE_OPTS} -C ${KERNEL_ROOT} headers
make ${MAKE_OPTS} ${SELF_OPTS} clean
make ${MAKE_OPTS} ${SELF_OPTS} -j $(kernel_build_make_jobs)
make ${MAKE_OPTS} ${SELF_OPTS} -j $(kernel_build_make_jobs) ${SELFTESTS_BPF_TARGETS:-}

foldable end build_selftests

0 comments on commit 8a4bc90

Please sign in to comment.