fix: add liteos_m vfs

Close #I3R493

Change-Id: Ic799182b46c6c04c879d1b2202bda6b1f2cf40df
This commit is contained in:
chenjing
2021-05-13 11:34:15 +08:00
parent e7a3659b33
commit 5479dd66d7
7 changed files with 359 additions and 106 deletions
+1 -1
View File
@@ -34,10 +34,10 @@ static_library("fatfs") {
"//third_party/FatFs/source/ffsystem.c",
"//third_party/FatFs/source/ffunicode.c",
"fatfs.c",
"fs.c",
]
include_dirs = [
"../",
"../../../kernel/arch/include",
"../../../kernel/include",
"../../../utils",