diff options
Diffstat (limited to 'arch/loongarch/kernel/Makefile.syscalls')
-rw-r--r-- | arch/loongarch/kernel/Makefile.syscalls | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/loongarch/kernel/Makefile.syscalls b/arch/loongarch/kernel/Makefile.syscalls index 523bb411a3bc..ab7d9baa2915 100644 --- a/arch/loongarch/kernel/Makefile.syscalls +++ b/arch/loongarch/kernel/Makefile.syscalls @@ -1,3 +1,4 @@ # SPDX-License-Identifier: GPL-2.0 -syscall_abis_64 += newstat +# No special ABIs on loongarch so far +syscall_abis_64 += |