Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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 <james.clark@linaro.org>
Tested-by: Leo Yan <leo.yan@arm.com>
Signed-off-by: Namhyung Kim <namhyung@kernel.org>

authored by

James Clark and committed by
Namhyung Kim
2ef335ea 40efc872

-1
-1
tools/perf/pmu-events/Build
··· 1 1 pmu-events-y += pmu-events.o 2 - JDIR = pmu-events/arch/$(SRCARCH) 3 2 JSON = $(shell find pmu-events/arch -name '*.json' -o -name '*.csv') 4 3 JDIR_TEST = pmu-events/arch/test 5 4 JSON_TEST = $(shell [ -d $(JDIR_TEST) ] && \