diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2015-02-07 11:44:12 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2015-02-07 11:44:12 +0000 |
commit | c0589fa3d119be1c07bf9f38f80f53bc612b0e63 (patch) | |
tree | 62c45ff9eac61f06f69257f1a16d2f0ea1ff2cce /testhal/STM32/STM32F4xx/SDC/Makefile | |
parent | b53f19556cab7a52c0b252858936bec0c3408342 (diff) | |
download | ChibiOS-c0589fa3d119be1c07bf9f38f80f53bc612b0e63.tar.gz ChibiOS-c0589fa3d119be1c07bf9f38f80f53bc612b0e63.tar.bz2 ChibiOS-c0589fa3d119be1c07bf9f38f80f53bc612b0e63.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7674 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/STM32/STM32F4xx/SDC/Makefile')
-rw-r--r-- | testhal/STM32/STM32F4xx/SDC/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testhal/STM32/STM32F4xx/SDC/Makefile b/testhal/STM32/STM32F4xx/SDC/Makefile index 9860c138f..324ac357b 100644 --- a/testhal/STM32/STM32F4xx/SDC/Makefile +++ b/testhal/STM32/STM32F4xx/SDC/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
|