9 lines
262 B
CMake
9 lines
262 B
CMake
|
# SPDX-License-Identifier: Apache-2.0
|
||
|
|
||
|
zephyr_library()
|
||
|
|
||
|
# SCMI core files
|
||
|
zephyr_library_sources_ifdef(CONFIG_ARM_SCMI core.c)
|
||
|
zephyr_library_sources_ifdef(CONFIG_ARM_SCMI_MAILBOX_TRANSPORT mailbox.c)
|
||
|
zephyr_library_sources_ifdef(CONFIG_ARM_SCMI_SHMEM shmem.c)
|