1# SPDX-License-Identifier: Apache-2.0 2 3zephyr_library() 4 5zephyr_library_sources_ifdef(CONFIG_PS2_XEC ps2_mchp_xec.c) 6zephyr_library_sources_ifdef(CONFIG_USERSPACE ps2_handlers.c) 7zephyr_library_sources_ifdef(CONFIG_PS2_NPCX ps2_npcx_channel.c) 8zephyr_library_sources_ifdef(CONFIG_PS2_NPCX ps2_npcx_controller.c) 9