]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commit
bpftool: Remove Makefile dep. on $(LIBBPF) for $(LIBBPF_INTERNAL_HDRS)
authorQuentin Monnet <quentin@isovalent.com>
Sat, 23 Oct 2021 20:51:50 +0000 (21:51 +0100)
committerAndrii Nakryiko <andrii@kernel.org>
Tue, 26 Oct 2021 00:31:38 +0000 (17:31 -0700)
commit8b6c46241c774c83998092a4eafe40f054568881
treee280906cbec59c5ce599c9c1fc45f1816954ab95
parent57c8d362cefe5ff4ee9784e15318c0d1c617d408
bpftool: Remove Makefile dep. on $(LIBBPF) for $(LIBBPF_INTERNAL_HDRS)

The dependency is only useful to make sure that the $(LIBBPF_HDRS_DIR)
directory is created before we try to install locally the required
libbpf internal header. Let's create this directory properly instead.

This is in preparation of making $(LIBBPF_INTERNAL_HDRS) a dependency to
the bootstrap bpftool version, in which case we want no dependency on
$(LIBBPF).

Signed-off-by: Quentin Monnet <quentin@isovalent.com>
Signed-off-by: Andrii Nakryiko <andrii@kernel.org>
Link: https://lore.kernel.org/bpf/20211023205154.6710-2-quentin@isovalent.com
tools/bpf/bpftool/Makefile