forked from Archive/PX4-Autopilot
Backport #17814 to Kconfig
This commit is contained in:
parent
5e98f38f78
commit
c3c9910f04
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue