10 lines
148 B
CMake
10 lines
148 B
CMake
|
zephyr_library()
|
||
|
zephyr_library_compile_definitions(_POSIX_CHEATS_H)
|
||
|
zephyr_library_sources(
|
||
|
cpuhalt.c
|
||
|
fatal.c
|
||
|
posix_core.c
|
||
|
swap.c
|
||
|
thread.c
|
||
|
)
|