summaryrefslogtreecommitdiff
path: root/zephyr/firmware_builder.py
diff options
context:
space:
mode:
authorJack Rosenthal <jrosenth@chromium.org>2021-03-25 10:55:50 -0600
committerCommit Bot <commit-bot@chromium.org>2021-03-29 20:34:34 +0000
commitcfa7951b967a24a843af7b2e820f1e9bae13e8c9 (patch)
treeab8ffc59b3e47c6058b0fe62e8cf07ae87733092 /zephyr/firmware_builder.py
parent4adf9a75431bf5e00875e15de54c7848c6f81c6c (diff)
downloadchrome-ec-cfa7951b967a24a843af7b2e820f1e9bae13e8c9.tar.gz
zephyr: restructure volteer and delbin project directories
Move volteer and delbin directories into under a volteer directory for the baseboard. This is purely just a file-rename CL. The combination into a common Zephyr board is done in a follow-up. Post submit task (jrosenth@): update table on go/zephyr-care with new file names. BUG=b:183643832 BRANCH=none TEST=zmake testall Signed-off-by: Jack Rosenthal <jrosenth@chromium.org> Change-Id: I219ceada116651e7d324a099fb55dffe4cc83806 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2785218 Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'zephyr/firmware_builder.py')
-rwxr-xr-xzephyr/firmware_builder.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/zephyr/firmware_builder.py b/zephyr/firmware_builder.py
index a1a6844527..a3dc2f4028 100755
--- a/zephyr/firmware_builder.py
+++ b/zephyr/firmware_builder.py
@@ -33,7 +33,7 @@ def build(opts):
targets = [
'projects/kohaku',
'projects/posix-ec',
- 'projects/volteer',
+ 'projects/volteer/volteer',
]
for target in targets:
if os.path.exists(temp_build_dir):