diff options
author | Shuah Khan <skhan@linuxfoundation.org> | 2019-05-11 03:38:39 +0200 |
---|---|---|
committer | Shuah Khan <skhan@linuxfoundation.org> | 2019-05-13 18:19:43 +0200 |
commit | 27d79a2b2bf0dbec1cc3d8ea269db4d5a0dac2f3 (patch) | |
tree | cb0a4b547ceadb81dc10c093fa706997b3803f22 /tools/testing/selftests/seccomp/config | |
parent | selftests: fix install target to use default install path (diff) | |
download | linux-27d79a2b2bf0dbec1cc3d8ea269db4d5a0dac2f3.tar.xz linux-27d79a2b2bf0dbec1cc3d8ea269db4d5a0dac2f3.zip |
selftests: fix bpf build/test workflow regression when KBUILD_OUTPUT is set
commit 8ce72dc32578 ("selftests: fix headers_install circular dependency")
broke bpf build/test workflow. When KBUILD_OUTPUT is set, bpf objects end
up in KBUILD_OUTPUT build directory instead of in ../selftests/bpf.
The following bpf workflow breaks when it can't find the test_verifier:
cd tools/testing/selftests/bpf; make; ./test_verifier;
Fix it to set OUTPUT only when it is undefined in lib.mk. It didn't need
to be set in the first place.
Fixes: 8ce72dc32578 ("selftests: fix headers_install circular dependency")
Reported-by: Alexei Starovoitov <alexei.starovoitov@gmail.com>
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
Acked-by: Alexei Starovoitov <ast@kernel.org>
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
Diffstat (limited to 'tools/testing/selftests/seccomp/config')
0 files changed, 0 insertions, 0 deletions