summaryrefslogtreecommitdiff
path: root/zephyr
diff options
context:
space:
mode:
authorYuval Peress <peress@chromium.org>2021-07-01 12:17:56 -0600
committerCommit Bot <commit-bot@chromium.org>2021-07-03 01:09:27 +0000
commitac22128c48651d330fc1ffdc69afee5ecc79b051 (patch)
tree5a73715847c90bace96b250850d1c7b3902aa34b /zephyr
parent4d2c524af57e22adc2b57fed5555980cef6ed49a (diff)
downloadchrome-ec-ac22128c48651d330fc1ffdc69afee5ecc79b051.tar.gz
zmake: remove v2.5 from module path
BRANCH=none BUG=b:180531609, b:190731415 TEST=build volteer Cq-Depend: chrome-internal:3950225, chromium:2991827, chromium:2983914 Signed-off-by: Yuval Peress <peress@chromium.org> Change-Id: I14813c5cc89de795b266300ec74acb90e0141b46 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3001189 Reviewed-by: Jack Rosenthal <jrosenth@chromium.org>
Diffstat (limited to 'zephyr')
-rw-r--r--zephyr/zmake/zmake/modules.py5
1 files changed, 1 insertions, 4 deletions
diff --git a/zephyr/zmake/zmake/modules.py b/zephyr/zmake/zmake/modules.py
index 21f6bd1ad5..e8503c88b2 100644
--- a/zephyr/zmake/zmake/modules.py
+++ b/zephyr/zmake/zmake/modules.py
@@ -17,10 +17,7 @@ def third_party_module(name, checkout):
Return:
The path to the module module.
"""
- # TODO(b/180531609): version "v2.5" below is a misnomer, as these
- # modules are actually compatible with all kernel versions. Drop
- # v2.5 from the manifest checkout path and remove it from here.
- return checkout / 'src' / 'third_party' / 'zephyr' / name / 'v2.5'
+ return checkout / 'src' / 'third_party' / 'zephyr' / name
known_modules = {