arch: syscalls: remove $(srctree)/ prefix from syscall tables
authorMasahiro Yamada <masahiroy@kernel.org>
Mon, 15 Feb 2021 00:48:23 +0000 (09:48 +0900)
committerMasahiro Yamada <masahiroy@kernel.org>
Sun, 21 Feb 2021 23:22:03 +0000 (08:22 +0900)
commit29c5c3ac633161f4ae2f4bb5f278b3719391b20e
tree035f667de0dbdc728d26c817888a97e149fabd2c
parent865fa29f7dd1b6af8498fe08f19b4028c1c8a153
arch: syscalls: remove $(srctree)/ prefix from syscall tables

The 'syscall' variables are not directly used in the commands.
Remove the $(srctree)/ prefix because we can rely on VPATH.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
12 files changed:
arch/alpha/kernel/syscalls/Makefile
arch/arm/tools/Makefile
arch/ia64/kernel/syscalls/Makefile
arch/m68k/kernel/syscalls/Makefile
arch/microblaze/kernel/syscalls/Makefile
arch/mips/kernel/syscalls/Makefile
arch/parisc/kernel/syscalls/Makefile
arch/powerpc/kernel/syscalls/Makefile
arch/sh/kernel/syscalls/Makefile
arch/sparc/kernel/syscalls/Makefile
arch/x86/entry/syscalls/Makefile
arch/xtensa/kernel/syscalls/Makefile