summaryrefslogtreecommitdiff
path: root/util/twister_launcher.py
diff options
context:
space:
mode:
Diffstat (limited to 'util/twister_launcher.py')
-rwxr-xr-xutil/twister_launcher.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/twister_launcher.py b/util/twister_launcher.py
index a78a0dd534..cd21b1e39e 100755
--- a/util/twister_launcher.py
+++ b/util/twister_launcher.py
@@ -72,6 +72,7 @@ def main():
twister_env = dict(os.environ)
twister_env.update(
{
+ "ZEPHYR_BASE": str(zephyr_base),
"TOOLCHAIN_ROOT": str(ec_base / "zephyr"),
"ZEPHYR_TOOLCHAIN_VARIANT": "llvm",
}
@@ -83,7 +84,6 @@ def main():
"--ninja",
f"-x=DTS_ROOT={str( ec_base / 'zephyr')}",
f"-x=SYSCALL_INCLUDE_DIRS={str(ec_base / 'zephyr' / 'include' / 'drivers')}",
- f"-x=ZEPHYR_BASE={zephyr_base}",
f"-x=ZEPHYR_MODULES={';'.join([str(p) for p in zephyr_modules])}",
"--gcov-tool",
ec_base / "util" / "llvm-gcov.sh",