c03519fffc
Use a more precise Kconfig symbol name to avoid namespace conflicts when more NRFX-dependent drivers will be added. Signed-off-by: Carlo Caione <ccaione@baylibre.com>
7 lines
191 B
CMake
7 lines
191 B
CMake
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
zephyr_library()
|
|
|
|
zephyr_library_sources_ifdef(CONFIG_USERSPACE mbox_handlers.c)
|
|
zephyr_library_sources_ifdef(CONFIG_MBOX_NRFX_IPC mbox_nrfx_ipc.c)
|