summaryrefslogtreecommitdiff
path: root/zephyr/zmake/zmake/modules.py
diff options
context:
space:
mode:
authorYuval Peress <peress@chromium.org>2021-09-09 12:43:58 -0600
committerYuval Peress <peress@google.com>2021-09-14 19:17:44 +0000
commit17b10f589a23ab208222742f9864201a85512e00 (patch)
treeb35bf5177e6aaf2a3f90f671c854b16326875495 /zephyr/zmake/zmake/modules.py
parent9256eb74d075a68e00b2d63f3c1e3b890745858e (diff)
downloadchrome-ec-17b10f589a23ab208222742f9864201a85512e00.tar.gz
zmake: add nanopb zephyr module
Add the nanopb zephyr module to zmake. This is needed by Chameleon V3. BRANCH=none BUG=none TEST=build brya and check that the module is there Cq-Include-Trybots: luci.chromeos.cq:cq-orchestrator Cq-Depend: chromium:3154336 Signed-off-by: Yuval Peress <peress@chromium.org> Change-Id: I7eb988c4918059f77759faacc6a0ce6555c8346f Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3149344 Tested-by: Yuval Peress <peress@google.com> Auto-Submit: Yuval Peress <peress@google.com> Reviewed-by: Jack Rosenthal <jrosenth@chromium.org> Reviewed-by: Paul Fagerburg <pfagerburg@chromium.org>
Diffstat (limited to 'zephyr/zmake/zmake/modules.py')
-rw-r--r--zephyr/zmake/zmake/modules.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/zephyr/zmake/zmake/modules.py b/zephyr/zmake/zmake/modules.py
index 2541783858..5ba0ef73f8 100644
--- a/zephyr/zmake/zmake/modules.py
+++ b/zephyr/zmake/zmake/modules.py
@@ -24,6 +24,7 @@ known_modules = {
"hal_stm32": third_party_module,
"cmsis": third_party_module,
"ec": lambda name, checkout: (checkout / "src" / "platform" / "ec"),
+ "nanopb": third_party_module,
}