Skip to content

Commit

Permalink
drivers: kscan: use zephyr_syscall_header
Browse files Browse the repository at this point in the history
Add call to zephyr_syscall_header to kscan driver CMakeLists.txt, so
that the required syscalls will be generated when kscan drivers are
used.

Fixes #59710

Signed-off-by: Daniel DeGrasse <[email protected]>
  • Loading branch information
danieldegrasse authored and carlescufi committed Jun 24, 2023
1 parent 6bcc9de commit 3a60452
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions drivers/kscan/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# SPDX-License-Identifier: Apache-2.0

zephyr_syscall_header(${ZEPHYR_BASE}/include/zephyr/drivers/kscan.h)

zephyr_library()

zephyr_library_sources_ifdef(CONFIG_KSCAN_GT911 kscan_gt911.c)
Expand Down

0 comments on commit 3a60452

Please sign in to comment.