aboutsummaryrefslogtreecommitdiff
path: root/stmhal/Makefile
diff options
context:
space:
mode:
authorPaul Sokolovsky2016-02-06 21:02:34 +0200
committerPaul Sokolovsky2016-02-07 01:25:28 +0200
commit350ab0f570a2cc570ceb9facb38cbd9ce68057f3 (patch)
tree79fa0793d7c074c65e4c4e48226113788ca31638 /stmhal/Makefile
parent103fbaaf27621df4a7389098fc3ac46c5d6513f3 (diff)
stmhal/file: Recast as "FatFs file" class, to support other VFS types.
Move definition of mp_builtin_open_obj to a separate module, then file.c becomes more or less compartmentalized FatFs file class, which can be used together with file class implementations for other (V)FSes.
Diffstat (limited to 'stmhal/Makefile')
-rw-r--r--stmhal/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/stmhal/Makefile b/stmhal/Makefile
index bd0066762..3cad7d1da 100644
--- a/stmhal/Makefile
+++ b/stmhal/Makefile
@@ -154,6 +154,7 @@ SRC_C = \
flash.c \
storage.c \
file.c \
+ builtin_open.c \
sdcard.c \
diskio.c \
fatfs_port.c \