zephyr/drivers/haptics/CMakeLists.txt

7 lines
194 B
CMake
Raw Normal View History

# SPDX-License-Identifier: Apache-2.0
zephyr_library()
zephyr_syscall_header(${ZEPHYR_BASE}/include/zephyr/drivers/haptics.h)
zephyr_library_sources_ifdef(CONFIG_USERSPACE haptics_handlers.c)