1# SPDX-License-Identifier: Apache-2.0
2
3zephyr_library()
4
5zephyr_library_sources_ifdef(CONFIG_IVSHMEM		virt_ivshmem.c)
6zephyr_library_sources_ifdef(CONFIG_IVSHMEM_SHELL	virt_ivshmem_shell.c)
7
8zephyr_library_sources_ifdef(CONFIG_USERSPACE		virt_ivshmem_handlers.c)
9