Skip to content

Commit 2a6f5e1

Browse files
[NXP][scripts] Fix smu2 target (project-chip#34771)
Signed-off-by: marius-alex-tache <marius.tache@nxp.com>
1 parent c53d771 commit 2a6f5e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/build/build/targets.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -521,7 +521,7 @@ def BuildNxpTarget():
521521
target.AppendModifier(name="low-power", low_power=True).OnlyIfRe('contact-sensor')
522522
target.AppendModifier(name="lit", enable_lit=True).OnlyIfRe('contact-sensor')
523523
target.AppendModifier(name="fro32k", use_fro32k=True).OnlyIfRe('k32w0')
524-
target.AppendModifier(name="smu2", smu2=True).OnlyIfRe('k32w1-lighting')
524+
target.AppendModifier(name="smu2", smu2=True).OnlyIfRe('k32w1-freertos-lighting')
525525
target.AppendModifier(name="dac-conversion", convert_dac_pk=True).OnlyIfRe('factory').ExceptIfRe('(k32w0|rw61x)')
526526
target.AppendModifier(name="rotating-id", enable_rotating_id=True).ExceptIfRe('rw61x')
527527
target.AppendModifier(name="sw-v2", has_sw_version_2=True)

0 commit comments

Comments
 (0)