]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
perf jevents: Remove unused makefile variable
authorJames Clark <james.clark@linaro.org>
Mon, 20 Oct 2025 16:08:27 +0000 (17:08 +0100)
committerNamhyung Kim <namhyung@kernel.org>
Tue, 21 Oct 2025 04:11:49 +0000 (21:11 -0700)
JDIR is unused since commit 4bb55de4ff03 ("perf jevents: Support copying
the source json files to OUTPUT"), remove it.

Signed-off-by: James Clark <james.clark@linaro.org>
Tested-by: Leo Yan <leo.yan@arm.com>
Signed-off-by: Namhyung Kim <namhyung@kernel.org>
tools/perf/pmu-events/Build

index ee8ba74f82de0cd7c786ba9e6589b0300f44eb56..c5e2d5f1376687380d86f9d765d0985c86c92818 100644 (file)
@@ -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) ] &&                       \