2023-01-31 22:02:15 +08:00
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
|
|
|
zephyr_library()
|
|
|
|
|
|
|
|
zephyr_library_sources(input.c)
|
2023-06-17 22:43:59 +08:00
|
|
|
zephyr_library_sources(input_utils.c)
|
2023-02-01 23:38:23 +08:00
|
|
|
|
|
|
|
zephyr_library_sources_ifdef(CONFIG_INPUT_LONGPRESS input_longpress.c)
|