Skip to content

Commit

Permalink
crypto: Remove stray PRIVATE in target_sources
Browse files Browse the repository at this point in the history
fixup! crypto: Cleaning up PSA driver and core CMake logic

-PRIVATE doesn't work for target_sources

Signed-off-by: Frank Audun Kvamtrø <frank.kvamtro@nordicsemi.no>
  • Loading branch information
frkv committed Sep 19, 2024
1 parent b5c16c1 commit 301add1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion subsys/nrf_security/src/drivers/zephyr/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
# Add the RNG driver to the Oberon PSA core (if needed)
if (PSA_NEED_NRF_RNG_ENTROPY_DRIVER)
target_sources(${oberon_psa_core}
PRIVATE
nrf_rng_entropy.c
)
endif()

0 comments on commit 301add1

Please sign in to comment.