Skip to content

Commit

Permalink
add sl_openthread_root to builder
Browse files Browse the repository at this point in the history
  • Loading branch information
mkardous-silabs committed Oct 13, 2023
1 parent ccd7af7 commit f4e77f6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/build/builders/efr32.py
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,9 @@ def __init__(self,
self.extra_gn_options.append(f"efr32_sdk_root=\"{sdk_path}\"")
self.extra_gn_options.append(f"openthread_root=\"{sdk_path}/util/third_party/openthread\"")

# We have two variables for the OT path. This is temporary.
self.extra_gn_options.append(f"sl_openthread_root=\"{sdk_path}/util/third_party/openthread\"")

def GnBuildArgs(self):
return self.extra_gn_options

Expand Down

0 comments on commit f4e77f6

Please sign in to comment.