summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorinnovaker <66737976+innovaker@users.noreply.github.com>2020-11-19 19:45:35 +0000
committerPete Johanson <peter@peterjohanson.com>2020-12-04 16:53:52 -0500
commit82625c6bb508b1ef1b6a8d1000c7bc7b44a5ac5e (patch)
treed9d3776025c3d7fa5c0b4eead701f550e2be8b71
parentca38894e072473b173f9ca98d86e65eefa04a009 (diff)
build(cmake): remove unnecessary SYSCALL_INCLUDE_DIRS for drivers
PR: #406
-rw-r--r--app/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/CMakeLists.txt b/app/CMakeLists.txt
index ff9d59d..658412a 100644
--- a/app/CMakeLists.txt
+++ b/app/CMakeLists.txt
@@ -10,7 +10,6 @@ list(APPEND DTS_ROOT ${CMAKE_SOURCE_DIR}/drivers/zephyr)
list(APPEND ZEPHYR_EXTRA_MODULES
${CMAKE_CURRENT_SOURCE_DIR}/drivers
)
-list(APPEND SYSCALL_INCLUDE_DIRS ${CMAKE_CURRENT_SOURCE_DIR}/drivers/zephyr)
include(cmake/zmk_config.cmake)