riscv: syscalls: use zephyr_syscall_header
This adds a few line use zephyr_syscall_header() to include headers containing syscall function prototypes. Signed-off-by: Daniel Leung <daniel.leung@intel.com>
This commit is contained in:
parent
9eec3fc6eb
commit
97dc67e666
1 changed files with 2 additions and 0 deletions
|
@ -2,6 +2,8 @@
|
|||
|
||||
add_subdirectory(core)
|
||||
|
||||
zephyr_syscall_header(${ZEPHYR_BASE}/include/zephyr/arch/riscv/error.h)
|
||||
|
||||
if(CONFIG_64BIT)
|
||||
set_property(GLOBAL PROPERTY PROPERTY_OUTPUT_FORMAT elf64-littleriscv)
|
||||
else()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue