Skip to content

Commit 16ab5c7

Browse files
captain5050namhyung
authored andcommitted
perf build: Remove Makefile.syscalls
Now a single beauty file is generated and used by all architectures, remove the per-architecture Makefiles, Kbuild files and previous generator script. Note: there was conversation with Charlie Jenkins <charlie@rivosinc.com> and they'd written an alternate approach to support multiple architectures: https://lore.kernel.org/all/20250114-perf_syscall_arch_runtime-v1-1-5b304e408e11@rivosinc.com/ It would have been better to have helped Charlie fix their series (my apologies) but they agreed that the approach taken here was likely best for longer term maintainability: https://lore.kernel.org/lkml/Z6Jk_UN9i69QGqUj@ghost/ Signed-off-by: Ian Rogers <irogers@google.com> Reviewed-by: Howard Chu <howardchu95@gmail.com> Reviewed-by: Charlie Jenkins <charlie@rivosinc.com> Reviewed-by: Namhyung Kim <namhyung@kernel.org> Acked-by: Arnaldo Carvalho de Melo <acme@kernel.org> Link: https://lore.kernel.org/r/20250319050741.269828-11-irogers@google.com Signed-off-by: Namhyung Kim <namhyung@kernel.org>
1 parent 1470eaa commit 16ab5c7

33 files changed

Lines changed: 0 additions & 242 deletions

File tree

tools/perf/Makefile.perf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,6 @@ ifeq ($(filter feature-dump,$(MAKECMDGOALS)),feature-dump)
339339
FEATURE_TESTS := all
340340
endif
341341
endif
342-
include $(srctree)/tools/perf/scripts/Makefile.syscalls
343342
include Makefile.config
344343
endif
345344

tools/perf/arch/alpha/entry/syscalls/Kbuild

Lines changed: 0 additions & 2 deletions
This file was deleted.

tools/perf/arch/alpha/entry/syscalls/Makefile.syscalls

Lines changed: 0 additions & 5 deletions
This file was deleted.

tools/perf/arch/arc/entry/syscalls/Kbuild

Lines changed: 0 additions & 2 deletions
This file was deleted.

tools/perf/arch/arc/entry/syscalls/Makefile.syscalls

Lines changed: 0 additions & 3 deletions
This file was deleted.

tools/perf/arch/arm/entry/syscalls/Kbuild

Lines changed: 0 additions & 4 deletions
This file was deleted.

tools/perf/arch/arm/entry/syscalls/Makefile.syscalls

Lines changed: 0 additions & 2 deletions
This file was deleted.

tools/perf/arch/arm64/entry/syscalls/Kbuild

Lines changed: 0 additions & 3 deletions
This file was deleted.

tools/perf/arch/arm64/entry/syscalls/Makefile.syscalls

Lines changed: 0 additions & 6 deletions
This file was deleted.

tools/perf/arch/csky/entry/syscalls/Kbuild

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)