8ac822e69c
Avoid implementations in the subsys emul directory to keep the directory focused on emulator subsystem instead of consumers. Consumers should be implemented side-by-side to their drivers Signed-off-by: Yuval Peress <peress@google.com>
8 lines
131 B
CMake
8 lines
131 B
CMake
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
zephyr_library()
|
|
|
|
zephyr_library_sources_ifdef(CONFIG_EMUL emul.c)
|
|
|
|
add_subdirectory(espi)
|