Skip to content

Commit

Permalink
modules: tf-m: nordic: fix unused CMake variable warning
Browse files Browse the repository at this point in the history
Follow-up to d830446 that removed
the use of ${ZEPHYR_BASE}.

Signed-off-by: Tomi Fontanilles <[email protected]>
  • Loading branch information
tomi-font authored and nashif committed Jul 13, 2024
1 parent fe69a40 commit 2e01266
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions soc/nordic/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,6 @@ if(CONFIG_BUILD_WITH_TFM)
APPEND PROPERTY TFM_CMAKE_OPTIONS -DHAL_NORDIC_PATH=${ZEPHYR_HAL_NORDIC_MODULE_DIR}
)

set_property(TARGET zephyr_property_target
APPEND PROPERTY TFM_CMAKE_OPTIONS -DZEPHYR_BASE=${ZEPHYR_BASE}
)

set_property(TARGET zephyr_property_target
APPEND PROPERTY TFM_CMAKE_OPTIONS -DNRF_NS_STORAGE=${CONFIG_TFM_NRF_NS_STORAGE}
)
Expand Down

0 comments on commit 2e01266

Please sign in to comment.