Skip to content

Commit 2ef335e

Browse files
james-c-linaronamhyung
authored andcommitted
perf jevents: Remove unused makefile variable
JDIR is unused since commit 4bb55de ("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>
1 parent 40efc87 commit 2ef335e

File tree

1 file changed

+0
-1
lines changed
  • tools/perf/pmu-events

1 file changed

+0
-1
lines changed

tools/perf/pmu-events/Build

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
pmu-events-y += pmu-events.o
2-
JDIR = pmu-events/arch/$(SRCARCH)
32
JSON = $(shell find pmu-events/arch -name '*.json' -o -name '*.csv')
43
JDIR_TEST = pmu-events/arch/test
54
JSON_TEST = $(shell [ -d $(JDIR_TEST) ] && \

0 commit comments

Comments
 (0)