!92 先使用顶层third_party, 后继再改用本仓库中的third_party
Merge pull request !92 from Caoruihong/top_third_party
This commit is contained in:
@@ -34,6 +34,6 @@ static_library("backtrace") {
|
||||
"../../kernel/include",
|
||||
"../../kernel/arch/include",
|
||||
"../../utils",
|
||||
"../../third_party/bounds_checking_function/include",
|
||||
"//third_party/bounds_checking_function/include",
|
||||
]
|
||||
}
|
||||
|
||||
@@ -34,6 +34,6 @@ static_library("cpup") {
|
||||
"../../kernel/include",
|
||||
"../../kernel/arch/include",
|
||||
"../../utils",
|
||||
"../../third_party/bounds_checking_function/include",
|
||||
"//third_party/bounds_checking_function/include",
|
||||
]
|
||||
}
|
||||
|
||||
@@ -36,6 +36,6 @@ static_library("exchook") {
|
||||
"../../kernel/arch/include",
|
||||
"../../kernel/include",
|
||||
"../../utils",
|
||||
"../../third_party/bounds_checking_function/include",
|
||||
"//third_party/bounds_checking_function/include",
|
||||
]
|
||||
}
|
||||
|
||||
@@ -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/",
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user