mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-07-18 00:58:31 +00:00
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:
parent
16ebfa1656
commit
41bd5da8f8
3 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue