]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commit
bpf: Fix cold build of test_progs-no_alu32
authorBrendan Jackman <jackmanb@google.com>
Thu, 3 Dec 2020 12:08:50 +0000 (12:08 +0000)
committerAndrii Nakryiko <andrii@kernel.org>
Thu, 3 Dec 2020 20:10:53 +0000 (12:10 -0800)
commit58c185b85d0c1753b0b6a9390294bd883faf4d77
tree24bbf7eace76f7ddbe30317c1e69ce16fa747a23
parentd6d418bd8f92aaa4c7c26d606188147c2ee0dae9
bpf: Fix cold build of test_progs-no_alu32

This object lives inside the trunner output dir,
i.e. tools/testing/selftests/bpf/no_alu32/btf_data.o

At some point it gets copied into the parent directory during another
part of the build, but that doesn't happen when building
test_progs-no_alu32 from clean.

Signed-off-by: Brendan Jackman <jackmanb@google.com>
Signed-off-by: Andrii Nakryiko <andrii@kernel.org>
Acked-by: Jiri Olsa <jolsa@redhat.com>
Link: https://lore.kernel.org/bpf/20201203120850.859170-1-jackmanb@google.com
tools/testing/selftests/bpf/Makefile