add third_party FatFs and fix BUILD.gn
Change-Id: I456530ca5282d6c4b0904d04ae0a0a5ff155391a
This commit is contained in:
@@ -35,7 +35,6 @@ declare_args() {
|
||||
}
|
||||
|
||||
lite_component("kal") {
|
||||
|
||||
features = []
|
||||
|
||||
if (enable_ohos_kernel_liteos_m_cmsis == true) {
|
||||
|
||||
@@ -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",
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user