add lfsv2 to storage/platform lib list (#201)

add lfsv2 to storage/kvstore/kv_config link libs
pull/15494/head
timIdeaTech 2023-12-20 17:42:04 -07:00 committed by GitHub
parent 69d95b598a
commit 79c56f3155
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -23,5 +23,6 @@ target_link_libraries(mbed-storage-kv-config
mbed-storage-filesystemstore
mbed-storage-securestore
mbed-storage-littlefs
mbed-storage-littlefs-v2
mbed-storage-fat
)

View File

@ -11,6 +11,7 @@ list(APPEND mbed-storage-libs
mbed-storage-filesystem
mbed-storage-fat
mbed-storage-littlefs
mbed-storage-littlefs-v2
)
if("DATAFLASH" IN_LIST MBED_TARGET_LABELS)