diff options
author | Quentin Monnet <[email protected]> | 2019-11-19 10:56:26 +0000 |
---|---|---|
committer | Alexei Starovoitov <[email protected]> | 2019-11-24 16:58:45 -0800 |
commit | a89b2cbf71d64b61e79bbe5cb7ff4664797eeaaf (patch) | |
tree | 3ce36bc3f89b98f8b62709d5b3df099db7d71850 /scripts/gdb/linux/device.py | |
parent | a0f17cc6665c80ab2765f9244c41ec127821f343 (diff) |
tools, bpf: Fix build for 'make -s tools/bpf O=<dir>'
Building selftests with 'make TARGETS=bpf kselftest' was fixed in commit
55d554f5d140 ("tools: bpf: Use !building_out_of_srctree to determine
srctree"). However, by updating $(srctree) in tools/bpf/Makefile for
in-tree builds only, we leave out the case where we pass an output
directory to build BPF tools, but $(srctree) is not set. This
typically happens for:
$ make -s tools/bpf O=/tmp/foo
Makefile:40: /tools/build/Makefile.feature: No such file or directory
Fix it by updating $(srctree) in the Makefile not only for out-of-tree
builds, but also if $(srctree) is empty.
Detected with test_bpftool_build.sh.
Fixes: 55d554f5d140 ("tools: bpf: Use !building_out_of_srctree to determine srctree")
Signed-off-by: Quentin Monnet <[email protected]>
Signed-off-by: Daniel Borkmann <[email protected]>
Acked-by: Jakub Kicinski <[email protected]>
Link: https://lore.kernel.org/bpf/[email protected]
Diffstat (limited to 'scripts/gdb/linux/device.py')
0 files changed, 0 insertions, 0 deletions