2021-06-04 00:55:08 +08:00
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
2021-06-04 05:03:23 +08:00
|
|
|
zephyr_system_include_directories(include)
|
|
|
|
|
2021-06-04 00:55:08 +08:00
|
|
|
zephyr_library()
|
|
|
|
zephyr_library_sources(
|
|
|
|
arcmwdt-string.c
|
2021-06-04 05:03:23 +08:00
|
|
|
libc-hooks.c
|
2021-08-19 20:44:30 +08:00
|
|
|
threading.c
|
2021-06-04 00:55:08 +08:00
|
|
|
)
|