Syscall instrumentation build system support for Arm and RISC-V

This commit is contained in:
Nakamura, Yuuichi
2020-07-22 22:21:42 +09:00
committed by Xiang Xiao
parent 376786288e
commit 02718f0827
4 changed files with 17 additions and 3 deletions
+2
View File
@@ -14,6 +14,7 @@ config ARCH_ARM
select ARCH_HAVE_STACKCHECK
select ARCH_HAVE_CUSTOMOPT
select ARCH_HAVE_STDARG_H
select ARCH_HAVE_SYSCALL_HOOKS
---help---
The ARM architectures
@@ -60,6 +61,7 @@ config ARCH_RISCV
select ARCH_HAVE_STACKCHECK
select ARCH_HAVE_CUSTOMOPT
select ARCH_HAVE_STDARG_H
select ARCH_HAVE_SYSCALL_HOOKS
---help---
RISC-V 32 and 64-bit RV32 / RV64 architectures.