aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32F4xx/IRQ_STORM_FPU/Makefile
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-08-23 11:26:33 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-08-23 11:26:33 +0000
commit4377d247aedc476bc9a7784ecf534ac662ff7dbd (patch)
tree4591c52415cd1725f4061493bb604ba05fb4e26f /testhal/STM32F4xx/IRQ_STORM_FPU/Makefile
parent4a63f14ecb4bcc4bfc0c0a25c4e1455e599144a4 (diff)
downloadChibiOS-4377d247aedc476bc9a7784ecf534ac662ff7dbd.tar.gz
ChibiOS-4377d247aedc476bc9a7784ecf534ac662ff7dbd.tar.bz2
ChibiOS-4377d247aedc476bc9a7784ecf534ac662ff7dbd.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/kernel_3_dev@6212 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/STM32F4xx/IRQ_STORM_FPU/Makefile')
-rw-r--r--testhal/STM32F4xx/IRQ_STORM_FPU/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/testhal/STM32F4xx/IRQ_STORM_FPU/Makefile b/testhal/STM32F4xx/IRQ_STORM_FPU/Makefile
index df702a82d..f4d323f56 100644
--- a/testhal/STM32F4xx/IRQ_STORM_FPU/Makefile
+++ b/testhal/STM32F4xx/IRQ_STORM_FPU/Makefile
@@ -86,7 +86,7 @@ CSRC = $(PORTSRC) \
$(OSALSRC) \
$(PLATFORMSRC) \
$(BOARDSRC) \
- main.c
+ extfunc.c main.c
# C++ sources that can be compiled in ARM or THUMB mode depending on the global
# setting.