aboutsummaryrefslogtreecommitdiff
path: root/unix/Makefile
diff options
context:
space:
mode:
authorPaul Sokolovsky2016-02-15 00:19:27 +0200
committerPaul Sokolovsky2016-02-15 00:19:27 +0200
commit46a0ac02c529e8dd18feff0394ed5709db26dc2b (patch)
tree068d0885dec203bb06ccc7a004eb671a54a42e14 /unix/Makefile
parent6b0c88256b03de63280eb7b704f5b6aaa5e9cc46 (diff)
extmod/vfs_fat_ffconf: Reusable FatFs module, move from stmhal/ffconf.
TODO: Probably merge into vfs_fat_diskio.
Diffstat (limited to 'unix/Makefile')
-rw-r--r--unix/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/unix/Makefile b/unix/Makefile
index 18186ec56..729d894a1 100644
--- a/unix/Makefile
+++ b/unix/Makefile
@@ -147,9 +147,6 @@ SRC_C = \
fatfs_port.c \
$(SRC_MOD)
-STMHAL_SRC_C = \
- stmhal/ffconf.c
-
# Include builtin package manager in the standard build (and coverage)
ifeq ($(PROG),micropython)
SRC_C += $(BUILD)/_frozen_upip.c