summaryrefslogtreecommitdiff
path: root/zephyr/projects/nissa/BUILD.py
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/projects/nissa/BUILD.py')
-rw-r--r--zephyr/projects/nissa/BUILD.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/zephyr/projects/nissa/BUILD.py b/zephyr/projects/nissa/BUILD.py
index 618b6401b1..6b8cc39dbf 100644
--- a/zephyr/projects/nissa/BUILD.py
+++ b/zephyr/projects/nissa/BUILD.py
@@ -2,6 +2,8 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
+"""Define zmake projects for nissa."""
+
# Nivviks has NPCX993F, Nereid has ITE81302
@@ -11,6 +13,7 @@ def register_nissa_project(
extra_dts_overlays=(),
extra_kconfig_files=(),
):
+ """Register a variant of nissa."""
register_func = register_binman_project
if chip.startswith("npcx9"):
register_func = register_npcx_project