1# SPDX-License-Identifier: Apache-2.0
2
3zephyr_library()
4
5zephyr_library_sources_ifdef(
6	CONFIG_EC_HOST_CMD_SIMULATOR
7	ec_host_cmd_simulator.c)
8zephyr_library_sources_ifdef(CONFIG_USERSPACE ec_host_cmd_periph_handlers.c)
9