Commit 41bd5da8 authored by Alexander Kartashov's avatar Alexander Kartashov Committed by Pavel Emelyanov

arm: prepare syscall table generation scripts to be shared with AArch64

Signed-off-by: Alexander Kartashov <alekskartashov@parallels.com
Reviewed-by: 's avatarChristopher Covington <cov@codeaurora.org>
Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
parent 16ebfa16
...@@ -14,8 +14,8 @@ SYS-TYPES := include/syscall-types.h ...@@ -14,8 +14,8 @@ SYS-TYPES := include/syscall-types.h
SYS-CODES := include/syscall-codes.h SYS-CODES := include/syscall-codes.h
SYS-PROTO := include/syscall.h SYS-PROTO := include/syscall.h
SYS-GEN := gen-syscalls.pl SYS-GEN := ../scripts/arm/gen-syscalls.pl
SYS-GEN-TBL := gen-sys-exec-tbl.pl SYS-GEN-TBL := ../scripts/arm/gen-sys-exec-tbl.pl
SYS-EXEC-TBL := sys-exec-tbl.c SYS-EXEC-TBL := sys-exec-tbl.c
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment