Backport #17814 to Kconfig

This commit is contained in:
Peter van der Perk 2021-09-28 09:19:12 +02:00 committed by Daniel Agar
parent 5e98f38f78
commit c3c9910f04
1 changed files with 1 additions and 0 deletions

View File

@ -293,6 +293,7 @@ if(EXISTS ${BOARD_DEFCONFIG})
if(CRYPTO)
set(PX4_CRYPTO ${CRYPTO} CACHE STRING "PX4 crypto implementation" FORCE)
add_definitions(-DPX4_CRYPTO)
endif()
if(KEYSTORE)