2020-10-23 18:01:18 +08:00
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
2023-05-25 06:27:04 +08:00
|
|
|
zephyr_syscall_header(
|
|
|
|
${ZEPHYR_BASE}/include/zephyr/drivers/virtualization/ivshmem.h
|
|
|
|
)
|
|
|
|
|
2020-10-23 18:01:18 +08:00
|
|
|
zephyr_library()
|
|
|
|
|
|
|
|
zephyr_library_sources_ifdef(CONFIG_IVSHMEM virt_ivshmem.c)
|
2020-11-30 19:46:57 +08:00
|
|
|
zephyr_library_sources_ifdef(CONFIG_IVSHMEM_SHELL virt_ivshmem_shell.c)
|
2020-12-10 18:28:20 +08:00
|
|
|
|
|
|
|
zephyr_library_sources_ifdef(CONFIG_USERSPACE virt_ivshmem_handlers.c)
|