diff options
| author | Paul Sokolovsky | 2016-03-27 17:13:47 +0300 |
|---|---|---|
| committer | Paul Sokolovsky | 2016-03-27 17:13:47 +0300 |
| commit | 374654f2b850b8fe84e21189e75e9d5f7f62203c (patch) | |
| tree | 8b2c85f6921ea852b2fa518fc29cd7924d71cc8c /esp8266/Makefile | |
| parent | fe9bc0c573edda04260545375cb01c3e06bc54df (diff) | |
esp8266: Enable FatFs support.
Diffstat (limited to 'esp8266/Makefile')
| -rw-r--r-- | esp8266/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/esp8266/Makefile b/esp8266/Makefile index 1836e7eb4..9a15c547b 100644 --- a/esp8266/Makefile +++ b/esp8266/Makefile @@ -75,6 +75,7 @@ SRC_C = \ utils.c \ ets_alt_task.c \ $(BUILD)/frozen.c \ + fatfs_port.o \ STM_SRC_C = $(addprefix stmhal/,\ pybstdio.c \ @@ -109,6 +110,8 @@ LIB_SRC_C = $(addprefix lib/,\ timeutils/timeutils.c \ utils/pyexec.c \ utils/printf.c \ + fatfs/ff.c \ + fatfs/option/ccsbcs.c \ ) SRC_S = \ |
