Skip to content

Commit 2e90b60

Browse files
committed
Renove LORAMAC_SOFT_SE_AES_DEC_PREKEYED as not exposed by src tree
1 parent b9f7c59 commit 2e90b60

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

as-lib/peripheral/CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ project(loramac-peripheral C)
55
if (NOT TARGET ${PROJECT_NAME})
66

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

109
set(LORAMAC_SECURE_ELEMENT_LIST SOFT_SE LR1110_SE ATECC608A_TNGLORA_SE)
1110
set(LORAMAC_SECURE_ELEMENT SOFT_SE CACHE STRING "Default secure element is SOFT_SE")
@@ -34,7 +33,6 @@ if (NOT TARGET ${PROJECT_NAME})
3433
${PROJECT_NAME}
3534
PUBLIC
3635
SOFT_SE
37-
$<$<BOOL:${LORAMAC_SOFT_SE_AES_DEC_PREKEYED}>:AES_DEC_PREKEYED>
3836
)
3937
target_include_directories(
4038
${PROJECT_NAME}

0 commit comments

Comments
 (0)