use top third_party

Change-Id: I382b10ef7a6adc328777349bce142e58895f7c8d
This commit is contained in:
Caoruihong
2021-04-26 17:07:06 +08:00
parent b8cd812303
commit 4d556fbe90
12 changed files with 19 additions and 18 deletions

View File

@@ -29,10 +29,10 @@
static_library("fatfs") {
sources = [
"../../../third_party/FatFs/source/diskio.c",
"../../../third_party/FatFs/source/ff.c",
"../../../third_party/FatFs/source/ffsystem.c",
"../../../third_party/FatFs/source/ffunicode.c",
"//third_party/FatFs/source/diskio.c",
"//third_party/FatFs/source/ff.c",
"//third_party/FatFs/source/ffsystem.c",
"//third_party/FatFs/source/ffunicode.c",
"fatfs.c",
"fs.c",
]
@@ -43,7 +43,7 @@ static_library("fatfs") {
"../../../utils",
"../../../kal/cmsis",
"../../../kal/posix/include",
"../../../third_party/bounds_checking_function/include",
"../../../third_party/FatFs/source/",
"//third_party/bounds_checking_function/include",
"//third_party/FatFs/source/",
]
}