aboutsummaryrefslogtreecommitdiff
path: root/third_party/mcuxpresso/mcuxpresso.gni
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/mcuxpresso/mcuxpresso.gni')
-rw-r--r--third_party/mcuxpresso/mcuxpresso.gni5
1 files changed, 4 insertions, 1 deletions
diff --git a/third_party/mcuxpresso/mcuxpresso.gni b/third_party/mcuxpresso/mcuxpresso.gni
index 27e597e1c..a89f5e314 100644
--- a/third_party/mcuxpresso/mcuxpresso.gni
+++ b/third_party/mcuxpresso/mcuxpresso.gni
@@ -17,6 +17,9 @@ import("//build_overrides/pigweed.gni")
import("$dir_pw_build/target_types.gni")
declare_args() {
+ # Location of MCUXpresso SDK directory
+ dir_pw_third_party_mcuxpresso = ""
+
# If compiling a project against an MCUXpresso SDK, this variable can be set
# to the name of the pw_source_set you create using `pw_mcuxpresso_sdk` to
# enable additional Pigweed support.
@@ -66,7 +69,7 @@ template("pw_mcuxpresso_sdk") {
}
_script_args = [
- "project",
+ "gn",
rebase_path(invoker.manifest),
"--prefix=$_sdk_dir",
]