Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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

authored by

Quentin Monnet and committed by
Andrii Nakryiko
48f5aef4 ebbd7f64

-2
-1
tools/bpf/bpftool/Documentation/Makefile
··· 1 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 2 2 include ../../../scripts/Makefile.include 3 - include ../../../scripts/utilities.mak 4 3 5 4 INSTALL ?= install 6 5 RM ?= rm -f
-1
tools/bpf/bpftool/Makefile
··· 1 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 2 2 include ../../scripts/Makefile.include 3 - include ../../scripts/utilities.mak 4 3 5 4 ifeq ($(srctree),) 6 5 srctree := $(patsubst %/,%,$(dir $(CURDIR)))