diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2015-02-07 11:20:32 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2015-02-07 11:20:32 +0000 |
commit | b53f19556cab7a52c0b252858936bec0c3408342 (patch) | |
tree | 6323fa8cece9ca7fe6e9d69c0293ab4417b0b870 /testhal/STM32/STM32F0xx/USB_CDC | |
parent | c0ed452308910d9c9748f1c15a369e0b173dafdb (diff) | |
download | ChibiOS-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/STM32F0xx/USB_CDC')
-rw-r--r-- | testhal/STM32/STM32F0xx/USB_CDC/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testhal/STM32/STM32F0xx/USB_CDC/Makefile b/testhal/STM32/STM32F0xx/USB_CDC/Makefile index 0bca6f985..cb542feea 100644 --- a/testhal/STM32/STM32F0xx/USB_CDC/Makefile +++ b/testhal/STM32/STM32F0xx/USB_CDC/Makefile @@ -130,7 +130,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
|