aboutsummaryrefslogtreecommitdiffstats
path: root/demos/STM32/RT-STM32F746G-DISCOVERY-LWIP-FATFS-USB/Makefile
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2015-09-29 09:11:29 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2015-09-29 09:11:29 +0000
commit1f1b62b1e49e6903aae2b5d46cb0365329fee552 (patch)
tree1dd9dc0aa5651e3356d0ff2c10bdf3d2b463ea1e /demos/STM32/RT-STM32F746G-DISCOVERY-LWIP-FATFS-USB/Makefile
parent4aea87925ed88c86e2e3475aa031c6a80920b829 (diff)
downloadChibiOS-1f1b62b1e49e6903aae2b5d46cb0365329fee552.tar.gz
ChibiOS-1f1b62b1e49e6903aae2b5d46cb0365329fee552.tar.bz2
ChibiOS-1f1b62b1e49e6903aae2b5d46cb0365329fee552.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8335 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos/STM32/RT-STM32F746G-DISCOVERY-LWIP-FATFS-USB/Makefile')
-rw-r--r--demos/STM32/RT-STM32F746G-DISCOVERY-LWIP-FATFS-USB/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/STM32/RT-STM32F746G-DISCOVERY-LWIP-FATFS-USB/Makefile b/demos/STM32/RT-STM32F746G-DISCOVERY-LWIP-FATFS-USB/Makefile
index c06650307..d3365d788 100644
--- a/demos/STM32/RT-STM32F746G-DISCOVERY-LWIP-FATFS-USB/Makefile
+++ b/demos/STM32/RT-STM32F746G-DISCOVERY-LWIP-FATFS-USB/Makefile
@@ -121,7 +121,7 @@ CSRC = $(STARTUPSRC) \
$(CHIBIOS)/os/hal/lib/streams/memstreams.c \
$(CHIBIOS)/os/hal/lib/streams/chprintf.c \
$(CHIBIOS)/os/various/shell.c \
- web/web.c main.c
+ web/web.c usbcfg.c main.c
# C++ sources that can be compiled in ARM or THUMB mode depending on the global
# setting.