Commit 92be5346 authored by James Smith's avatar James Smith Committed by Johan Hedberg
Browse files

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: default avatarJames Smith <james@loopj.com>
parent 364274b3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@ set(EMLIB_DIR ${ZEPHYR_HAL_SILABS_MODULE_DIR}/gecko/emlib)
set(COMMON_DIR ${ZEPHYR_HAL_SILABS_MODULE_DIR}/gecko/common)
set(DEVICE_DIR ${ZEPHYR_HAL_SILABS_MODULE_DIR}/gecko/Device)
set(RADIO_DIR ${ZEPHYR_HAL_SILABS_MODULE_DIR}/gecko/platform/radio)
set(BLOBS_DIR ${ZEPHYR_HAL_SILABS_MODULE_DIR/zephyr/blobs})
set(BLOBS_DIR ${ZEPHYR_HAL_SILABS_MODULE_DIR}/zephyr/blobs/gecko)

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