mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-07 03:02:31 +00:00
Exposing its public API to userspace. Signed-off-by: Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com>
9 lines
263 B
CMake
9 lines
263 B
CMake
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
zephyr_library()
|
|
|
|
zephyr_library_sources_ifdef(CONFIG_IVSHMEM virt_ivshmem.c)
|
|
zephyr_library_sources_ifdef(CONFIG_IVSHMEM_SHELL virt_ivshmem_shell.c)
|
|
|
|
zephyr_library_sources_ifdef(CONFIG_USERSPACE virt_ivshmem_handlers.c)
|