Skip to content

Commit 483090b

Browse files
Chin-Ran LoMartin-NXP
Chin-Ran Lo
authored andcommitted
[NXP][platform][common] Fix the building error if "defines" exists in the invoker
Signed-off-by: Chin-Ran Lo <nxf57500@lsv051039.swis.nl-cdc01.nxp.com>
1 parent 0fd9ccb commit 483090b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

third_party/nxp/rt_sdk/rw61x/rw61x.gni

+1-1
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ template("rw61x_sdk_drivers") {
205205
libs = []
206206

207207
if (defined(invoker.defines)) {
208-
defines += invoker.defines
208+
defines = invoker.defines
209209
} else {
210210
defines = []
211211
}

0 commit comments

Comments
 (0)