-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[script] simplify how platform libs are pulled into the CMake build tree #835
[script] simplify how platform libs are pulled into the CMake build tree #835
Conversation
b23545b
to
83fe4de
Compare
83fe4de
to
b5c6e56
Compare
2c8aea0
to
aae6920
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
sdk_dir="${repo_dir}/third_party/silabs/gecko_sdk" | ||
|
||
# Check if repo_dir is defined | ||
if [ -z ${repo_dir+x} ]; then |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What is the +x
modifier used in ${repo_dir+x}
and ${gsdk_dir+x}
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Minor script improvements and also minor changes to the CMakeLists.txt file that make it easier for ot-efr32 to be consumed by a different project