From cb916ef06854493e90f164fef1798f0faf1674ab Mon Sep 17 00:00:00 2001 From: Gerard Marull-Paretas Date: Wed, 10 Apr 2024 11:02:15 +0200 Subject: [PATCH] cmake: use zephyr_syscall_include_directories Signed-off-by: Gerard Marull-Paretas --- CMakeLists.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9c4c1a7..049f718 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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)