summaryrefslogtreecommitdiff
path: root/zephyr
diff options
context:
space:
mode:
authorJack Rosenthal <jrosenth@chromium.org>2021-01-15 14:51:45 -0700
committerCommit Bot <commit-bot@chromium.org>2021-01-15 22:54:40 +0000
commit6c577cf0b12bff981e6a3bc945a2903eccd61138 (patch)
tree8fd532846d893f581ab5a3e1f3207d80fd8e2e13 /zephyr
parent09134bece1fffb6f98e3d4a85846ca7f2f8245df (diff)
downloadchrome-ec-6c577cf0b12bff981e6a3bc945a2903eccd61138.tar.gz
zephyr: add zephyr/include to include path
This directory was brought over from zephyr-chrome. BUG=b:2633887 BRANCH=none TEST=zmake testall Signed-off-by: Jack Rosenthal <jrosenth@chromium.org> Change-Id: Ib0d77cc7eb1c6e2fb35a2d7f529b6100d7bd5bb3 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2633648 Commit-Queue: Simon Glass <sjg@chromium.org> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'zephyr')
-rw-r--r--zephyr/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/zephyr/CMakeLists.txt b/zephyr/CMakeLists.txt
index ba75c9b5d0..7579291322 100644
--- a/zephyr/CMakeLists.txt
+++ b/zephyr/CMakeLists.txt
@@ -48,6 +48,8 @@ if(DEFINED CONFIG_PLATFORM_EC)
zephyr_include_directories("${CMAKE_BINARY_DIR}/ec/include/generated")
endif()
+zephyr_include_directories(include)
+
zephyr_include_directories_ifdef(
CONFIG_PLATFORM_EC
"${PLATFORM_EC}/zephyr/shim/include"