1# SPDX-License-Identifier: Apache-2.0
2
3zephyr_syscall_header(
4  ${ZEPHYR_BASE}/include/zephyr/drivers/virtualization/ivshmem.h
5)
6
7zephyr_library()
8
9zephyr_library_sources_ifdef(CONFIG_IVSHMEM		virt_ivshmem.c)
10zephyr_library_sources_ifdef(CONFIG_IVSHMEM_SHELL	virt_ivshmem_shell.c)
11
12zephyr_library_sources_ifdef(CONFIG_USERSPACE		virt_ivshmem_handlers.c)
13