We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71c249b commit b8ab100Copy full SHA for b8ab100
CMakeLists.txt
@@ -7,8 +7,7 @@
7
8
# This is needed so that custom driver classes using system calls are taken into
9
# account
10
-list(APPEND SYSCALL_INCLUDE_DIRS ${CMAKE_CURRENT_SOURCE_DIR}/include)
11
-set(SYSCALL_INCLUDE_DIRS ${SYSCALL_INCLUDE_DIRS} PARENT_SCOPE)
+zephyr_syscall_include_directories(include)
12
13
zephyr_include_directories(include)
14
0 commit comments