Skip to content

Commit 26ed65f

Browse files
committed
modules: silabs: Fix broken binary blobs path with Gecko SDK
Bugfix to correct broken binary blobs path when using the Gecko SDK. Signed-off-by: James Smith <[email protected]>
1 parent c0231c5 commit 26ed65f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/hal_silabs/gecko/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ set(EMLIB_DIR ${ZEPHYR_HAL_SILABS_MODULE_DIR}/gecko/emlib)
1111
set(COMMON_DIR ${ZEPHYR_HAL_SILABS_MODULE_DIR}/gecko/common)
1212
set(DEVICE_DIR ${ZEPHYR_HAL_SILABS_MODULE_DIR}/gecko/Device)
1313
set(RADIO_DIR ${ZEPHYR_HAL_SILABS_MODULE_DIR}/gecko/platform/radio)
14-
set(BLOBS_DIR ${ZEPHYR_HAL_SILABS_MODULE_DIR/zephyr/blobs})
14+
set(BLOBS_DIR ${ZEPHYR_HAL_SILABS_MODULE_DIR}/zephyr/blobs/gecko)
1515

1616
# Translate the SoC name and part number into the gecko device and cpu name
1717
# respectively.

0 commit comments

Comments
 (0)