2019-08-10 07:28:05 +08:00
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
|
|
|
zephyr_library()
|
|
|
|
|
|
|
|
zephyr_library_sources_ifdef(CONFIG_PS2_XEC ps2_mchp_xec.c)
|
2021-06-23 08:58:11 +08:00
|
|
|
zephyr_library_sources_ifdef(CONFIG_USERSPACE ps2_handlers.c)
|
2021-06-11 15:33:56 +08:00
|
|
|
zephyr_library_sources_ifdef(CONFIG_PS2_NPCX ps2_npcx_channel.c)
|
|
|
|
zephyr_library_sources_ifdef(CONFIG_PS2_NPCX ps2_npcx_controller.c)
|