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/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/demos/ARMCM4-STM32F407-LWIP-FATFS-USB/Makefile b/demos/ARMCM4-STM32F407-LWIP-FATFS-USB/Makefile
index 94a0c4096..43dd4ea46 100644
--- a/demos/ARMCM4-STM32F407-LWIP-FATFS-USB/Makefile
+++ b/demos/ARMCM4-STM32F407-LWIP-FATFS-USB/Makefile
@@ -87,7 +87,9 @@ CSRC = $(PORTSRC) \
$(BOARDSRC) \
$(LWSRC) \
$(CHIBIOS)/os/various/evtimer.c \
- web/web.c main.c
+ $(CHIBIOS)/os/various/chprintf.c \
+ $(CHIBIOS)/os/various/shell.c \
+ web/web.c usbshell.c main.c
# C++ sources that can be compiled in ARM or THUMB mode depending on the global
# setting.