perf tools mips: Fix mips syscall generation
authorCharlie Jenkins <charlie@rivosinc.com>
Fri, 10 Jan 2025 19:22:51 +0000 (11:22 -0800)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Mon, 13 Jan 2025 14:46:41 +0000 (11:46 -0300)
commitb1bb6fc06b5e196546c4f7ef32b128c8ea91836c
tree0940a2a19fc3175be6a30a32bace040c04662f9d
parent05cd60e4d0716ecc1a8027ae782c25522292d6ef
perf tools mips: Fix mips syscall generation

The mips syscall generation was still based on the old method. Delete
the Makefile since it is no longer needed with the new method of
generation.

Reported-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Fixes: 619ffe669496a288 ("perf tools mips: Use generic syscall scripts")
Signed-off-by: Charlie Jenkins <charlie@rivosinc.com>
Cc: Adrian Hunter <adrian.hunter@intel.com>
Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com>
Cc: Ian Rogers <irogers@google.com>
Cc: Ingo Molnar <mingo@redhat.com>
Cc: Jiri Olsa <jolsa@kernel.org>
Cc: Mark Rutland <mark.rutland@arm.com>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Link: https://lore.kernel.org/r/20250110-perf_fix_mips-v1-1-4e661c3b710a@rivosinc.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/arch/mips/Makefile [deleted file]