Received: by 2002:a05:6a10:af89:0:0:0:0 with SMTP id iu9csp3660713pxb; Mon, 24 Jan 2022 14:43:08 -0800 (PST) X-Google-Smtp-Source: ABdhPJy389/cZxLXdZ/BWANVDfWO60+HiNmK/NcjyOjh/ENhf/WgO1rcX8SrozoS5cNmzJlmf0vR X-Received: by 2002:a62:503:0:b0:4bc:764c:5524 with SMTP id 3-20020a620503000000b004bc764c5524mr15673396pff.25.1643064187937; Mon, 24 Jan 2022 14:43:07 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1643064187; cv=none; d=google.com; s=arc-20160816; b=qFHhTn2/kHteYculIiCyVPSfTu1rWlTpNHzgjFWlLa0YQ1saiwz/RdRtNu/roCr94A cQQtkjodown0eU+WTsfFpfCMatnJ+bjrR14U/Jkr3Uqvv1f8wZvdjUiKLHZA5ipfZwFt wPN9JnHl7+3Ms387LUNqa2b+JOkkIQYWZTYjN/75qQ22rvPMYxyRFPFc58cIQKCxlyeI kmviiNhucltt3uP5S5uUsyGG+fRsTt4DwbgJtngZLgIqsCvF54OlSUtdBtQAc43umTtu G+O12t4CMS3CQga2Scpr+JnAAxldlGQcq6Nn6w2k21C2IxSmqRzU+xzr8fnWw9TFQ79I tQyg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :user-agent:references:in-reply-to:message-id:date:subject:cc:to :from:dkim-signature; bh=kjdQ8UJZJtv/EDrdOygwPArAm3WH07tvHX4jFMvLUWg=; b=SeUSgyVDyqJ8QjyckBnP5upWmmur2Hev4wIbiHzGCSGDWEea0uBbgsUyfykVN/1tBL Tk4tMmqGymYcHRDD3pvO1rm06le+/Ws1PWSNPZ1uzQ1v6rhjV+iQqbZ6xJTHrP9BGcks eoDCqBJjw3qKG07SmpQBpXgWC6GB51MiJSWlorVPuIATKC31v2jk9uzQaJP2f3OZYuGh R1IhnDNOgySqkhHFDlqou70AOdpjrrUyZfQm5d9ZF6sqtClD3NSagX1+PNesgHS7yy3U MpqrfE9gHmEgi7fBM7MmyCIvxQHdUsDj1V9kFzFN7miDhEcJmVmSbS3EQrRa2XrdSLiq DZZw== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@linuxfoundation.org header.s=korg header.b="J/aNb2FB"; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=linuxfoundation.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id r11si12625096pgm.30.2022.01.24.14.42.56; Mon, 24 Jan 2022 14:43:07 -0800 (PST) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; dkim=pass header.i=@linuxfoundation.org header.s=korg header.b="J/aNb2FB"; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=linuxfoundation.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1836799AbiAXWkv (ORCPT + 99 others); Mon, 24 Jan 2022 17:40:51 -0500 Received: from dfw.source.kernel.org ([139.178.84.217]:58572 "EHLO dfw.source.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1457765AbiAXVmQ (ORCPT ); Mon, 24 Jan 2022 16:42:16 -0500 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id DE3A361489; Mon, 24 Jan 2022 21:42:15 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id B26B8C340E4; Mon, 24 Jan 2022 21:42:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1643060535; bh=qlfGHbOjwuWJJj7g3mrICRmEQ360zRztaKRh34ZW7F8=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=J/aNb2FBxNe3L+0C0Jb2kpm7l+7juKlhlE3+hZ1hW+lX6IzVZ3XWkb1o+MTp2ZV8T eaxHGu1ZsUiYZ903AqACDJit6xf+zkcrusH5uuemYlVsLooQnOBZcqF/5OIrZXFPk9 8145XprSQsE51S+dfUSsSo/B3gAwWIfcmquKC5DU= From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Quentin Monnet , Andrii Nakryiko Subject: [PATCH 5.16 0938/1039] bpftool: Remove inclusion of utilities.mak from Makefiles Date: Mon, 24 Jan 2022 19:45:27 +0100 Message-Id: <20220124184156.816502323@linuxfoundation.org> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20220124184125.121143506@linuxfoundation.org> References: <20220124184125.121143506@linuxfoundation.org> User-Agent: quilt/0.66 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Quentin Monnet 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 Signed-off-by: Andrii Nakryiko Link: https://lore.kernel.org/bpf/20211110114632.24537-3-quentin@isovalent.com Signed-off-by: Greg Kroah-Hartman --- tools/bpf/bpftool/Documentation/Makefile | 1 - tools/bpf/bpftool/Makefile | 1 - 2 files changed, 2 deletions(-) --- a/tools/bpf/bpftool/Documentation/Makefile +++ b/tools/bpf/bpftool/Documentation/Makefile @@ -1,6 +1,5 @@ # SPDX-License-Identifier: GPL-2.0-only include ../../../scripts/Makefile.include -include ../../../scripts/utilities.mak INSTALL ?= install RM ?= rm -f --- a/tools/bpf/bpftool/Makefile +++ b/tools/bpf/bpftool/Makefile @@ -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)))