]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commitdiff
bpftool: Remove inclusion of utilities.mak from Makefiles
authorQuentin Monnet <quentin@isovalent.com>
Wed, 10 Nov 2021 11:46:28 +0000 (11:46 +0000)
committerPaolo Pisati <paolo.pisati@canonical.com>
Fri, 28 Jan 2022 10:03:25 +0000 (11:03 +0100)
BugLink: https://bugs.launchpad.net/bugs/1959376
commit 48f5aef4c458c19ab337eed8c95a6486cc014aa3 upstream.

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
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Paolo Pisati <paolo.pisati@canonical.com>
tools/bpf/bpftool/Documentation/Makefile
tools/bpf/bpftool/Makefile

index c49487905cebe69866c46527eabc5924b6ab8a1e..f89929c7038d5f4c61082e463eaf0da2a8d86e26 100644 (file)
@@ -1,6 +1,5 @@
 # SPDX-License-Identifier: GPL-2.0-only
 include ../../../scripts/Makefile.include
-include ../../../scripts/utilities.mak
 
 INSTALL ?= install
 RM ?= rm -f
index d73232be1e991261774fe6864071d0a9acbe8102..cce52df3be0648a412f4806015759c2f88bcece5 100644 (file)
@@ -1,6 +1,5 @@
 # SPDX-License-Identifier: GPL-2.0-only
 include ../../scripts/Makefile.include
-include ../../scripts/utilities.mak
 
 ifeq ($(srctree),)
 srctree := $(patsubst %/,%,$(dir $(CURDIR)))