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

Signed-off-by: Alexander Kartashov <alekskartashov@parallels.com
Reviewed-by: Christopher Covington <cov@codeaurora.org>
Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
This commit is contained in:
Alexander Kartashov 2014-03-10 12:51:27 +04:00 committed by Pavel Emelyanov
parent 16ebfa1656
commit 41bd5da8f8
3 changed files with 2 additions and 2 deletions

View file

@ -14,8 +14,8 @@ SYS-TYPES := include/syscall-types.h
SYS-CODES := include/syscall-codes.h
SYS-PROTO := include/syscall.h
SYS-GEN := gen-syscalls.pl
SYS-GEN-TBL := gen-sys-exec-tbl.pl
SYS-GEN := ../scripts/arm/gen-syscalls.pl
SYS-GEN-TBL := ../scripts/arm/gen-sys-exec-tbl.pl
SYS-EXEC-TBL := sys-exec-tbl.c