summaryrefslogtreecommitdiff
path: root/stmhal/Makefile
diff options
context:
space:
mode:
authorPaul Sokolovsky <pfalcon@users.sourceforge.net>2016-02-06 15:18:34 +0200
committerPaul Sokolovsky <pfalcon@users.sourceforge.net>2016-02-06 15:31:00 +0200
commit71206f02c3cf692a9541f5000947031306744d3f (patch)
tree28ac18fdcfc25f7e93ad1771f14cd9cf3b92c364 /stmhal/Makefile
parent97a0846af906cde677742bff810fb7965c38fbb7 (diff)
stmhal: Move stmhal-specific FatFs routines/structs to fatfs_port.c.
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 1edc31daa..bd0066762 100644
--- a/stmhal/Makefile
+++ b/stmhal/Makefile
@@ -156,6 +156,7 @@ SRC_C = \
file.c \
sdcard.c \
diskio.c \
+ fatfs_port.c \
ffconf.c \
lcd.c \
accel.c \