perf jevents: Remove unused makefile variable

JDIR is unused since commit 4bb55de4ff ("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>
pull/1354/merge
James Clark 2025-10-20 17:08:27 +01:00 committed by Namhyung Kim
parent 40efc872c6
commit 2ef335ead2
1 changed files with 0 additions and 1 deletions

View 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) ] && \