From 62beed2bc9a821274cad35697912042edf948995 Mon Sep 17 00:00:00 2001 From: marius-alex-tache Date: Wed, 30 Oct 2024 14:45:52 +0200 Subject: [PATCH] [nxp] Fix rt1060 arg Signed-off-by: marius-alex-tache --- third_party/openthread/platforms/nxp/rt/rt1060/BUILD.gn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/third_party/openthread/platforms/nxp/rt/rt1060/BUILD.gn b/third_party/openthread/platforms/nxp/rt/rt1060/BUILD.gn index 6af8137fc564a1..66640702f6d709 100644 --- a/third_party/openthread/platforms/nxp/rt/rt1060/BUILD.gn +++ b/third_party/openthread/platforms/nxp/rt/rt1060/BUILD.gn @@ -103,7 +103,7 @@ source_set("libopenthread-rt1060") { "${openthread_nxp_root}/src/common/br/utils.c", ] - if (chip_enable_matter_cli) { + if (nxp_enable_matter_cli) { sources += [ "${openthread_nxp_root}/examples/utils/cli_addons/addons_cli.c", "${openthread_nxp_root}/examples/utils/cli_addons/ephemeral_key/ephemeral_key_cli.c",