diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2015-02-07 10:39:15 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2015-02-07 10:39:15 +0000 |
commit | c0ed452308910d9c9748f1c15a369e0b173dafdb (patch) | |
tree | f1c7e5e2181d94e9192509c474e6aaf3fb71e825 /testhal/STM32 | |
parent | 5233759836d12358acb7f73b798c9cadf72934fa (diff) | |
download | ChibiOS-c0ed452308910d9c9748f1c15a369e0b173dafdb.tar.gz ChibiOS-c0ed452308910d9c9748f1c15a369e0b173dafdb.tar.bz2 ChibiOS-c0ed452308910d9c9748f1c15a369e0b173dafdb.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7672 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/STM32')
-rw-r--r-- | testhal/STM32/STM32F30x/USB_CDC_IAD/Makefile | 2 | ||||
-rw-r--r-- | testhal/STM32/STM32F4xx/USB_CDC_IAD/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/testhal/STM32/STM32F30x/USB_CDC_IAD/Makefile b/testhal/STM32/STM32F30x/USB_CDC_IAD/Makefile index b5e2e4d22..dc79d9cb1 100644 --- a/testhal/STM32/STM32F30x/USB_CDC_IAD/Makefile +++ b/testhal/STM32/STM32F30x/USB_CDC_IAD/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
diff --git a/testhal/STM32/STM32F4xx/USB_CDC_IAD/Makefile b/testhal/STM32/STM32F4xx/USB_CDC_IAD/Makefile index abd79278e..94318a1d3 100644 --- a/testhal/STM32/STM32F4xx/USB_CDC_IAD/Makefile +++ b/testhal/STM32/STM32F4xx/USB_CDC_IAD/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
|