commit | 48f5aef4c458c19ab337eed8c95a6486cc014aa3 | [log] [tgz] |
---|---|---|
author | Quentin Monnet <quentin@isovalent.com> | Wed Nov 10 11:46:28 2021 +0000 |
committer | Andrii Nakryiko <andrii@kernel.org> | Sun Nov 14 18:34:09 2021 -0800 |
tree | 643ec80a3af0778ebb2c0456b3c51769b79952a0 | |
parent | ebbd7f64a3fbe9e0f235e39fc244ee9735e2a52a [diff] |
bpftool: Remove inclusion of utilities.mak from Makefiles Bpftool's Makefile, and the Makefile for its documentation, both include scripts/utilities.mak, but they use none of the items defined in this file. Remove the includes. Fixes: 71bb428fe2c1 ("tools: bpf: add bpftool") Signed-off-by: Quentin Monnet <quentin@isovalent.com> Signed-off-by: Andrii Nakryiko <andrii@kernel.org> Link: https://lore.kernel.org/bpf/20211110114632.24537-3-quentin@isovalent.com