Skip to content

Commit 79c56f3

Browse files
authored
add lfsv2 to storage/platform lib list (#201)
add lfsv2 to storage/kvstore/kv_config link libs
1 parent 69d95b5 commit 79c56f3

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

storage/kvstore/kv_config/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,6 @@ target_link_libraries(mbed-storage-kv-config
2323
mbed-storage-filesystemstore
2424
mbed-storage-securestore
2525
mbed-storage-littlefs
26+
mbed-storage-littlefs-v2
2627
mbed-storage-fat
2728
)

storage/platform/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ list(APPEND mbed-storage-libs
1111
mbed-storage-filesystem
1212
mbed-storage-fat
1313
mbed-storage-littlefs
14+
mbed-storage-littlefs-v2
1415
)
1516

1617
if("DATAFLASH" IN_LIST MBED_TARGET_LABELS)

0 commit comments

Comments
 (0)