mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-04 20:16:47 +00:00
Add verification handlers for syscalls defined in peci driver. Signed-off-by: Flavio Ceolin <flavio.ceolin@intel.com>
7 lines
184 B
CMake
7 lines
184 B
CMake
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
zephyr_library()
|
|
|
|
zephyr_library_sources_ifdef(CONFIG_PECI_XEC peci_mchp_xec.c)
|
|
zephyr_library_sources_ifdef(CONFIG_USERSPACE peci_handlers.c)
|