aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32/STM32F37x
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2015-02-07 11:20:32 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2015-02-07 11:20:32 +0000
commitb53f19556cab7a52c0b252858936bec0c3408342 (patch)
tree6323fa8cece9ca7fe6e9d69c0293ab4417b0b870 /testhal/STM32/STM32F37x
parentc0ed452308910d9c9748f1c15a369e0b173dafdb (diff)
downloadChibiOS-b53f19556cab7a52c0b252858936bec0c3408342.tar.gz
ChibiOS-b53f19556cab7a52c0b252858936bec0c3408342.tar.bz2
ChibiOS-b53f19556cab7a52c0b252858936bec0c3408342.zip
fixed some paths in makefiles
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7673 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/STM32/STM32F37x')
-rw-r--r--testhal/STM32/STM32F37x/USB_CDC/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/testhal/STM32/STM32F37x/USB_CDC/Makefile b/testhal/STM32/STM32F37x/USB_CDC/Makefile
index 53ea39d43..2a42e1f02 100644
--- a/testhal/STM32/STM32F37x/USB_CDC/Makefile
+++ b/testhal/STM32/STM32F37x/USB_CDC/Makefile
@@ -135,7 +135,7 @@ ASMSRC = $(PORTASM)
INCDIR = $(PORTINC) $(KERNINC) $(TESTINC) \
$(HALINC) $(OSALINC) $(PLATFORMINC) $(BOARDINC) \
- $(CHIBIOS)/os/various
+ $(CHIBIOS)/os/hal/lib/streams $(CHIBIOS)/os/various
#
# Project, sources and paths