summaryrefslogtreecommitdiff
path: root/zephyr
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr')
-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,
}