summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorKeith Short <keithshort@chromium.org>2022-02-11 13:27:26 -0700
committerCommit Bot <commit-bot@chromium.org>2022-02-25 21:10:09 +0000
commit3ba28b0c41e898d03afcc9432f812fa8e5a9524a (patch)
tree911c4e849c7b2656746077b8e47764c685fd984e /docs
parent84fd17247ac8d55ae4adb67281841a9a2a4c2433 (diff)
downloadchrome-ec-3ba28b0c41e898d03afcc9432f812fa8e5a9524a.tar.gz
zephyr: split legacy and shimmed codes into libraries
Split the legacy EC code and shimmed code into separate libraries. This allows for declaring different compiler definitions to the legacy and shim code. BUG=b:218856245 BRANCH=none TEST=zmake testall Signed-off-by: Keith Short <keithshort@chromium.org> Change-Id: Ice25c21409d33594e7d465092ad5066be7336dbe Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3489101 Reviewed-by: Denis Brockus <dbrockus@chromium.org>
Diffstat (limited to 'docs')
-rw-r--r--docs/zephyr/project_config.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/zephyr/project_config.md b/docs/zephyr/project_config.md
index 285e90dbdd..9f658ef62c 100644
--- a/docs/zephyr/project_config.md
+++ b/docs/zephyr/project_config.md
@@ -112,9 +112,9 @@ find_package(Zephyr REQUIRED HINTS $ENV{ZEPHYR_BASE})
project(ec)
```
-You may additionally want to specify any C files or include
-directories your project needs using `zephyr_library_sources` or
-`zephyr_library_include_directories`.
+You may additionally want to specify any C files your project needs
+using `zephyr_library_sources`. If you need to add extra include
+directories, use `cros_ec_library_include_directories`.
### prj.conf and prj_${project_name}.conf