Skip to content

Commit

Permalink
template_subghz: mcuboot Kconfig.root path changed
Browse files Browse the repository at this point in the history
Changed the path in the mcuboot CMakeLists.txt to
ensure that changes made in a cloned example persist
correctly.

Signed-off-by: Kelly Helmut Lord <[email protected]>
  • Loading branch information
hlord2000 authored and RobertGalatNordic committed Nov 8, 2023
1 parent 310631e commit 60983de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/template_subghz/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ cmake_minimum_required(VERSION 3.20.0)

include(../common/bootloader_version.cmake)

set(mcuboot_KCONFIG_ROOT $ENV{ZEPHYR_BASE}/../sidewalk/samples/template_subghz/child_image/mcuboot/Kconfig.root)
set(mcuboot_KCONFIG_ROOT ${CMAKE_CURRENT_SOURCE_DIR}/child_image/mcuboot/Kconfig.root)
set(hci_rpmsg_KCONFIG_ROOT ${CMAKE_CURRENT_SOURCE_DIR}/child_image/hci_rpmsg/Kconfig.root)

find_package(Zephyr REQUIRED HINTS $ENV{ZEPHYR_BASE})
Expand Down

0 comments on commit 60983de

Please sign in to comment.