Skip to content

Commit 02db503

Browse files
sigvartmhde-nordic
authored andcommitted
[nrf noup] zephyr: Remove duplication from cmake
Removes the `add_subdirectory` of nrfxlib it will still check that the nrfxlib is located outside the mcuboot directory. Signed-off-by: Sigvart Hovland <[email protected]> Signed-off-by: Andrzej Puzdrowski <[email protected]> Signed-off-by: Martí Bolívar <[email protected]> Signed-off-by: Emil Obalski <[email protected]> Signed-off-by: Andrzej Puzdrowski <[email protected]> Signed-off-by: Håkon Øye Amundsen <[email protected]> Signed-off-by: Ioannis Glaropoulos <[email protected]> Signed-off-by: Torsten Rasmussen <[email protected]> Signed-off-by: Jamie McCrae <[email protected]> (cherry picked from commit d2c6668) (cherry picked from commit ac409cb) Signed-off-by: Dominik Ermel <[email protected]>
1 parent ed5f069 commit 02db503

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

boot/zephyr/CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,6 @@ if(NOT EXISTS ${NRFXLIB_DIR})
6161
To use the tinycrypt set `CONFIG_BOOT_ECDSA_TINYCRYPT` to y.
6262
------------------------------------------------------------------------")
6363
endif()
64-
# Don't include this if we are using west
65-
add_subdirectory(${NRFXLIB_DIR} ${PROJECT_BINARY_DIR}/nrfxlib)
6664
endif()
6765

6866
zephyr_library_include_directories(

0 commit comments

Comments
 (0)