diff options
| author | mux | 2014-02-22 22:09:00 +0200 |
|---|---|---|
| committer | mux | 2014-02-22 22:09:00 +0200 |
| commit | 1e2cf746d40cbd36b088dfaf4ba008962290209a (patch) | |
| tree | 2c85b9b1a1546046900d8360c2cd7e77af06ac88 /stm/Makefile | |
| parent | 2613ffde431594f3fe0562042c32105623fbe4dc (diff) | |
Add Configurable LFN support to FatFS
Diffstat (limited to 'stm/Makefile')
| -rw-r--r-- | stm/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/stm/Makefile b/stm/Makefile index 14b690fc0..161777c46 100644 --- a/stm/Makefile +++ b/stm/Makefile @@ -141,6 +141,7 @@ SRC_STMUSBH = $(addprefix $(STMUSBH_DIR)/,\ SRC_FATFS = $(addprefix $(FATFS_DIR)/,\ ff.c \ diskio.c \ + ccsbcs.c \ ) SRC_CC3K = $(addprefix $(CC3K_DIR)/,\ |
