exfat reader
This commit is contained in:
parent
8a3bc88ea7
commit
48fe18dcf2
4 changed files with 359 additions and 18 deletions
|
@ -923,6 +923,11 @@ module = {
|
|||
common = fs/fat.c;
|
||||
};
|
||||
|
||||
module = {
|
||||
name = exfat;
|
||||
common = fs/exfat.c;
|
||||
};
|
||||
|
||||
module = {
|
||||
name = fshelp;
|
||||
common = fs/fshelp.c;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue