Skip to content

Commit

Permalink
cmake: use zephyr_syscall_include_directories
Browse files Browse the repository at this point in the history
Signed-off-by: Gerard Marull-Paretas <[email protected]>
  • Loading branch information
gmarull committed Apr 10, 2024
1 parent baee717 commit cb916ef
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,5 @@

add_subdirectory(drivers)

list(APPEND SYSCALL_INCLUDE_DIRS ${CMAKE_CURRENT_SOURCE_DIR}/include)
set(SYSCALL_INCLUDE_DIRS ${SYSCALL_INCLUDE_DIRS} PARENT_SCOPE)
zephyr_syscall_include_directories(include)
zephyr_include_directories(include)

0 comments on commit cb916ef

Please sign in to comment.