aboutsummaryrefslogtreecommitdiffstats
path: root/demos/ARMCM4-STM32F407-LWIP-FATFS-USB/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'demos/ARMCM4-STM32F407-LWIP-FATFS-USB/Makefile')
-rw-r--r--demos/ARMCM4-STM32F407-LWIP-FATFS-USB/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/demos/ARMCM4-STM32F407-LWIP-FATFS-USB/Makefile b/demos/ARMCM4-STM32F407-LWIP-FATFS-USB/Makefile
index 43dd4ea46..89cd7d532 100644
--- a/demos/ARMCM4-STM32F407-LWIP-FATFS-USB/Makefile
+++ b/demos/ARMCM4-STM32F407-LWIP-FATFS-USB/Makefile
@@ -71,6 +71,7 @@ include $(CHIBIOS)/os/hal/hal.mk
include $(CHIBIOS)/os/ports/GCC/ARMCMx/STM32F4xx/port.mk
include $(CHIBIOS)/os/kernel/kernel.mk
include $(CHIBIOS)/os/various/lwip_bindings/lwip.mk
+include $(CHIBIOS)/os/various/fatfs_bindings/fatfs.mk
include $(CHIBIOS)/test/test.mk
# Define linker script file here
@@ -86,10 +87,11 @@ CSRC = $(PORTSRC) \
$(PLATFORMSRC) \
$(BOARDSRC) \
$(LWSRC) \
+ $(FATFSSRC) \
$(CHIBIOS)/os/various/evtimer.c \
$(CHIBIOS)/os/various/chprintf.c \
$(CHIBIOS)/os/various/shell.c \
- web/web.c usbshell.c main.c
+ web/web.c main.c
# C++ sources that can be compiled in ARM or THUMB mode depending on the global
# setting.
@@ -120,6 +122,7 @@ ASMSRC = $(PORTASM)
INCDIR = $(PORTINC) $(KERNINC) $(TESTINC) \
$(HALINC) $(PLATFORMINC) $(BOARDINC) $(LWINC) \
+ $(FATFSINC) \
$(CHIBIOS)/os/various
#