Skip to content

Commit 0211ba3

Browse files
lmaciejonczykrlubos
authored andcommitted
openthread: fix library name for rcp
This commit fixes name of the OpenThread library for RCP. Signed-off-by: Lukasz Maciejonczyk <[email protected]>
1 parent c863408 commit 0211ba3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openthread/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ if (CONFIG_OPENTHREAD_LIBRARY_1_1)
130130
)
131131
zephyr_library_import(
132132
openthread-rcp-ftd
133-
${OT_LIB_PATH}/libopenthread-rcp-ftd.a
133+
${OT_LIB_PATH}/libopenthread-rcp.a
134134
)
135135
endif()
136136

0 commit comments

Comments
 (0)