aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/netfilter
diff options
context:
space:
mode:
authorMuhammad Usama Anjum <usama.anjum@collabora.com>2022-02-17 03:38:17 +0500
committerShuah Khan <skhan@linuxfoundation.org>2022-03-03 15:18:13 -0700
commitf6d344cd5fa6a15e1ec2da350470b35a3f55f74c (patch)
tree2c616ff8e09bd111c4a264ef1e14b9ae2ca4509a /tools/testing/selftests/netfilter
parentselftests: netfilter: fix a build error on openSUSE (diff)
downloadlinux-dev-f6d344cd5fa6a15e1ec2da350470b35a3f55f74c.tar.xz
linux-dev-f6d344cd5fa6a15e1ec2da350470b35a3f55f74c.zip
selftests: Fix build when $(O) points to a relative path
Build of bpf and tc-testing selftests fails when the relative path of the build directory is specified. make -C tools/testing/selftests O=build0 make[1]: Entering directory '/linux_mainline/tools/testing/selftests/bpf' ../../../scripts/Makefile.include:4: *** O=build0 does not exist. Stop. make[1]: Entering directory '/linux_mainline/tools/testing/selftests/tc-testing' ../../../scripts/Makefile.include:4: *** O=build0 does not exist. Stop. Makefiles of bpf and tc-testing include scripts/Makefile.include file. This file has sanity checking inside it which checks the output path. The output path is not relative to the bpf or tc-testing. The sanity check fails. Expand the output path to get rid of this error. The fix is the same as mentioned in commit 150a27328b68 ("bpf, preload: Fix build when $(O) points to a relative path"). Signed-off-by: Muhammad Usama Anjum <usama.anjum@collabora.com> Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
Diffstat (limited to 'tools/testing/selftests/netfilter')
0 files changed, 0 insertions, 0 deletions