summaryrefslogtreecommitdiff
path: root/zephyr
diff options
context:
space:
mode:
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 = {