1# SPDX-License-Identifier: Apache-2.0 2 3zephyr_syscall_header(${ZEPHYR_BASE}/include/zephyr/drivers/misc/timeaware_gpio/timeaware_gpio.h) 4 5zephyr_library() 6 7zephyr_library_sources_ifdef(CONFIG_TIMEAWARE_GPIO_INTEL timeaware_gpio_intel.c) 8 9zephyr_library_sources_ifdef(CONFIG_USERSPACE timeaware_gpio_handlers.c) 10