aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32/STM32L1xx/IRQ_STORM/Makefile
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2015-04-11 18:08:14 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2015-04-11 18:08:14 +0000
commitc54ddc8ef6c00bfd1bbb7163bfd1db3210366b6e (patch)
tree1563ce5d121256c28cdafcd2a5c2326bc7c747ff /testhal/STM32/STM32L1xx/IRQ_STORM/Makefile
parentb89d451592f0bd9877e6e2bd3ca29cfb4d5ee9d2 (diff)
downloadChibiOS-c54ddc8ef6c00bfd1bbb7163bfd1db3210366b6e.tar.gz
ChibiOS-c54ddc8ef6c00bfd1bbb7163bfd1db3210366b6e.tar.bz2
ChibiOS-c54ddc8ef6c00bfd1bbb7163bfd1db3210366b6e.zip
All IRQ_STORM applications reworked.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7884 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/STM32/STM32L1xx/IRQ_STORM/Makefile')
-rw-r--r--testhal/STM32/STM32L1xx/IRQ_STORM/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/testhal/STM32/STM32L1xx/IRQ_STORM/Makefile b/testhal/STM32/STM32L1xx/IRQ_STORM/Makefile
index 9d4785aa1..db07590f9 100644
--- a/testhal/STM32/STM32L1xx/IRQ_STORM/Makefile
+++ b/testhal/STM32/STM32L1xx/IRQ_STORM/Makefile
@@ -107,6 +107,9 @@ CSRC = $(STARTUPSRC) \
$(PLATFORMSRC) \
$(BOARDSRC) \
$(TESTSRC) \
+ $(CHIBIOS)/os/hal/lib/streams/memstreams.c \
+ $(CHIBIOS)/os/hal/lib/streams/chprintf.c \
+ $(CHIBIOS)/testhal/common/irq_storm.c \
main.c
# C++ sources that can be compiled in ARM or THUMB mode depending on the global
@@ -138,7 +141,9 @@ ASMSRC = $(STARTUPASM) $(PORTASM) $(OSALASM)
INCDIR = $(STARTUPINC) $(KERNINC) $(PORTINC) $(OSALINC) \
$(HALINC) $(PLATFORMINC) $(BOARDINC) $(TESTINC) \
- $(CHIBIOS)/os/various
+ $(CHIBIOS)/os/hal/lib/streams \
+ $(CHIBIOS)/os/various \
+ $(CHIBIOS)/testhal/common
#
# Project, sources and paths