2019-10-01 02:45:24 +08:00
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
2023-06-23 23:05:03 +08:00
|
|
|
zephyr_syscall_header(${ZEPHYR_BASE}/include/zephyr/drivers/kscan.h)
|
|
|
|
|
2019-10-01 02:45:24 +08:00
|
|
|
zephyr_library()
|
2019-10-01 08:35:42 +08:00
|
|
|
|
2023-02-01 03:01:27 +08:00
|
|
|
zephyr_library_sources_ifdef(CONFIG_KSCAN_INPUT kscan_input.c)
|
2019-10-01 08:35:42 +08:00
|
|
|
|
|
|
|
zephyr_library_sources_ifdef(CONFIG_USERSPACE kscan_handlers.c)
|