1# SPDX-License-Identifier: Apache-2.0 2 3zephyr_library() 4 5zephyr_library_compile_definitions(NO_POSIX_CHEATS) 6 7zephyr_library_sources( 8 soc.c 9 native_tasks.c 10 ) 11 12zephyr_library_include_directories( 13 ${ZEPHYR_BASE}/kernel/include 14 ${ZEPHYR_BASE}/arch/posix/include 15 ) 16