aboutsummaryrefslogtreecommitdiff
path: root/unix
diff options
context:
space:
mode:
authorPaul Sokolovsky2016-02-15 00:16:46 +0200
committerPaul Sokolovsky2016-02-15 00:16:46 +0200
commit6b0c88256b03de63280eb7b704f5b6aaa5e9cc46 (patch)
tree93ef978091acb342b01ebafee83fbf1077525b94 /unix
parent8cb78e0e5356134e9313e745667297d6b9dc46ed (diff)
extmod/vfs_fat_file: Reusable FatFs module, move from stmhal/file.
Diffstat (limited to 'unix')
-rw-r--r--unix/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/unix/Makefile b/unix/Makefile
index 342786deb..18186ec56 100644
--- a/unix/Makefile
+++ b/unix/Makefile
@@ -148,8 +148,7 @@ SRC_C = \
$(SRC_MOD)
STMHAL_SRC_C = \
- stmhal/ffconf.c \
- stmhal/file.c
+ stmhal/ffconf.c
# Include builtin package manager in the standard build (and coverage)
ifeq ($(PROG),micropython)