From: James Clark Date: Mon, 20 Oct 2025 16:08:27 +0000 (+0100) Subject: perf jevents: Remove unused makefile variable X-Git-Tag: ceph-for-6.19-rc5~155^2~173 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=2ef335ead2338b0b317f17f7fe3503717cdc16b2;p=ceph-client.git perf jevents: Remove unused makefile variable JDIR is unused since commit 4bb55de4ff03 ("perf jevents: Support copying the source json files to OUTPUT"), remove it. Signed-off-by: James Clark Tested-by: Leo Yan Signed-off-by: Namhyung Kim --- diff --git a/tools/perf/pmu-events/Build b/tools/perf/pmu-events/Build index ee8ba74f82de..c5e2d5f13766 100644 --- a/tools/perf/pmu-events/Build +++ b/tools/perf/pmu-events/Build @@ -1,5 +1,4 @@ pmu-events-y += pmu-events.o -JDIR = pmu-events/arch/$(SRCARCH) JSON = $(shell find pmu-events/arch -name '*.json' -o -name '*.csv') JDIR_TEST = pmu-events/arch/test JSON_TEST = $(shell [ -d $(JDIR_TEST) ] && \