diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2015-06-12 08:52:52 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2015-06-12 08:52:52 +0000 |
commit | 37a6ee0c67b2780f651e0d0a02fb048f55f5cf97 (patch) | |
tree | aa74b4dc519272e126c97b22a0a3f642b2617ff4 /demos/SPC5/RT-SPC560P-EVB | |
parent | bc9dcab2c8863fd1c3b09d2db164606b2e21a70d (diff) | |
download | ChibiOS-37a6ee0c67b2780f651e0d0a02fb048f55f5cf97.tar.gz ChibiOS-37a6ee0c67b2780f651e0d0a02fb048f55f5cf97.tar.bz2 ChibiOS-37a6ee0c67b2780f651e0d0a02fb048f55f5cf97.zip |
Fixed bug #600.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8017 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos/SPC5/RT-SPC560P-EVB')
-rw-r--r-- | demos/SPC5/RT-SPC560P-EVB/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/SPC5/RT-SPC560P-EVB/Makefile b/demos/SPC5/RT-SPC560P-EVB/Makefile index bb6e2ef1b..2b046fd7d 100644 --- a/demos/SPC5/RT-SPC560P-EVB/Makefile +++ b/demos/SPC5/RT-SPC560P-EVB/Makefile @@ -114,7 +114,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
|