Skip to content

Commit

Permalink
add lfsv2 to storage/platform lib list (#201)
Browse files Browse the repository at this point in the history
add lfsv2 to storage/kvstore/kv_config link libs
  • Loading branch information
timIdeaTech authored Dec 21, 2023
1 parent 69d95b5 commit 79c56f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions storage/kvstore/kv_config/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
)
1 change: 1 addition & 0 deletions storage/platform/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 79c56f3

Please sign in to comment.