2019-04-06 21:08:09 +08:00
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
2023-02-09 05:35:18 +08:00
|
|
|
zephyr_syscall_header(${ZEPHYR_BASE}/include/zephyr/arch/xtensa/arch.h)
|
2017-10-27 21:43:34 +08:00
|
|
|
set_property(GLOBAL PROPERTY PROPERTY_OUTPUT_FORMAT elf32-xtensa-le)
|
|
|
|
add_subdirectory(core)
|
2023-10-18 06:50:31 +08:00
|
|
|
|
|
|
|
if (CONFIG_XTENSA_INSECURE_USERSPACE)
|
|
|
|
message(WARNING "
|
|
|
|
This userspace implementation uses the window ABI this means that the kernel
|
|
|
|
will spill registers in behave of the userpsace. Use it carefully.")
|
|
|
|
endif()
|