diff --git a/storage/kvstore/kv_config/CMakeLists.txt b/storage/kvstore/kv_config/CMakeLists.txt index f615d40b48..a8b296dc2f 100644 --- a/storage/kvstore/kv_config/CMakeLists.txt +++ b/storage/kvstore/kv_config/CMakeLists.txt @@ -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 ) diff --git a/storage/platform/CMakeLists.txt b/storage/platform/CMakeLists.txt index 98abb64d09..128e17729f 100644 --- a/storage/platform/CMakeLists.txt +++ b/storage/platform/CMakeLists.txt @@ -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)