Skip to content

Commit

Permalink
Renove LORAMAC_SOFT_SE_AES_DEC_PREKEYED as not exposed by src tree
Browse files Browse the repository at this point in the history
  • Loading branch information
dmeehan1968 committed Oct 15, 2022
1 parent 59f172d commit a5fc275
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions as-lib/peripheral/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ project(loramac-peripheral C)
if (NOT TARGET ${PROJECT_NAME})

option(LORAMAC_SECURE_ELEMENT_PRE_PROVISIONED "Secure-element pre-provisioning" ON)
option(LORAMAC_SOFT_SE_AES_DEC_PREKEYED "Whether SOFT SE AES is DEC Prekeyed" ON)

set(LORAMAC_SECURE_ELEMENT_LIST SOFT_SE LR1110_SE ATECC608A_TNGLORA_SE)
set(LORAMAC_SECURE_ELEMENT SOFT_SE CACHE STRING "Default secure element is SOFT_SE")
Expand Down Expand Up @@ -34,7 +33,6 @@ if (NOT TARGET ${PROJECT_NAME})
${PROJECT_NAME}
PUBLIC
SOFT_SE
$<$<BOOL:${LORAMAC_SOFT_SE_AES_DEC_PREKEYED}>:AES_DEC_PREKEYED>
)
target_include_directories(
${PROJECT_NAME}
Expand Down

0 comments on commit a5fc275

Please sign in to comment.