diff options
| author | James Clark <james.clark@linaro.org> | 2025-10-20 19:08:27 +0300 |
|---|---|---|
| committer | Namhyung Kim <namhyung@kernel.org> | 2025-10-21 07:11:49 +0300 |
| commit | 2ef335ead2338b0b317f17f7fe3503717cdc16b2 (patch) | |
| tree | eccc01777b84d542b2ed96568652bf0e0731a1b7 | |
| parent | 40efc872c6ac4029d2eda01af0b4528868ff1be3 (diff) | |
| download | linux-2ef335ead2338b0b317f17f7fe3503717cdc16b2.tar.xz | |
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>
| -rw-r--r-- | tools/perf/pmu-events/Build | 1 |
1 files changed, 0 insertions, 1 deletions
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) ] && \ |
