Make it easier to add syscalls for another architecture.
Much of the per-architecture duplication can be removed, so let's do so before we add the 64-bit architectures. Change-Id: Ieb796503c8e5353ea38c3bab768bb9a690c9a767
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
# auto-generated by gensyscalls.py, do not touch
|
||||
syscall_src :=
|
||||
# Auto-generated by gensyscalls.py. Do not edit.
|
||||
syscall_src :=
|
||||
syscall_src += arch-mips/syscalls/_exit.S
|
||||
syscall_src += arch-mips/syscalls/_exit_thread.S
|
||||
syscall_src += arch-mips/syscalls/__fork.S
|
||||
|
||||
Reference in New Issue
Block a user