summaryrefslogtreecommitdiff
path: root/arch/arm/tools
diff options
context:
space:
mode:
authorMasahiro Yamada <masahiroy@kernel.org>2021-02-15 09:48:23 +0900
committerMasahiro Yamada <masahiroy@kernel.org>2021-02-22 08:22:03 +0900
commit29c5c3ac633161f4ae2f4bb5f278b3719391b20e (patch)
tree035f667de0dbdc728d26c817888a97e149fabd2c /arch/arm/tools
parent865fa29f7dd1b6af8498fe08f19b4028c1c8a153 (diff)
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>
Diffstat (limited to 'arch/arm/tools')
-rw-r--r--arch/arm/tools/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/tools/Makefile b/arch/arm/tools/Makefile
index 27d8beb7c941..3654f979851b 100644
--- a/arch/arm/tools/Makefile
+++ b/arch/arm/tools/Makefile
@@ -11,7 +11,7 @@ uapi := $(gen)/uapi/asm
syshdr := $(srctree)/$(src)/syscallhdr.sh
sysnr := $(srctree)/$(src)/syscallnr.sh
systbl := $(srctree)/$(src)/syscalltbl.sh
-syscall := $(srctree)/$(src)/syscall.tbl
+syscall := $(src)/syscall.tbl
gen-y := $(gen)/calls-oabi.S
gen-y += $(gen)/calls-eabi.S