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