add third_party FatFs and fix BUILD.gn

Change-Id: I456530ca5282d6c4b0904d04ae0a0a5ff155391a
This commit is contained in:
Caoruihong
2021-04-22 17:06:41 +08:00
parent 23360db35c
commit ad1e09ff77
17 changed files with 28 additions and 33 deletions

View File

@@ -35,7 +35,6 @@ declare_args() {
}
lite_component("kal") {
features = []
if (enable_ohos_kernel_liteos_m_cmsis == true) {

View File

@@ -34,10 +34,10 @@ static_library("posix") {
"src/malloc.c",
"src/pthread.c",
"src/pthread_attr.c",
"src/pthread_cond.c",
"src/pthread_mutex.c",
"src/semaphore.c",
"src/time.c",
"src/pthread_cond.c",
]
include_dirs = [
@@ -45,6 +45,6 @@ static_library("posix") {
"../../kernel/arch/include",
"../../kernel/include",
"../../utils",
"//third_party/bounds_checking_function/include",
"../../third_party/bounds_checking_function/include",
]
}