mirror of https://github.com/ARMmbed/mbed-os.git
Fix CI build issue with GCC_ARM and ARMC6 toolchain
parent
d956116c36
commit
ca84e11a22
|
@ -24,6 +24,7 @@
|
||||||
"system-storage",
|
"system-storage",
|
||||||
"SecureStore",
|
"SecureStore",
|
||||||
"storage",
|
"storage",
|
||||||
|
"kv-global-api",
|
||||||
"direct-access-devicekey",
|
"direct-access-devicekey",
|
||||||
"kv-config",
|
"kv-config",
|
||||||
"events",
|
"events",
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
"mbedtls",
|
"mbedtls",
|
||||||
"storage",
|
"storage",
|
||||||
"flashiap-block-device",
|
"flashiap-block-device",
|
||||||
"tdbstore",
|
"kv-global-api",
|
||||||
"storage_tdb_internal"
|
"storage_tdb_internal"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
@ -0,0 +1,3 @@
|
||||||
|
{
|
||||||
|
"name": "kv-global-api"
|
||||||
|
}
|
Loading…
Reference in New Issue