1# SPDX-License-Identifier: Apache-2.0 2 3zephyr_library() 4 5zephyr_library_sources(input.c) 6zephyr_library_sources(input_utils.c) 7 8zephyr_library_sources_ifdef(CONFIG_INPUT_LONGPRESS input_longpress.c) 9