aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32F4xx/IRQ_STORM_FPU
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-04-02 17:32:07 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-04-02 17:32:07 +0000
commit495dc2aa45cdb1eeb754ecda88401bf1456caa84 (patch)
tree31303682973bdf064004d8d74d79b427e001dc87 /testhal/STM32F4xx/IRQ_STORM_FPU
parent7dbdd8c9210a001c6ea3dbd2e74c85745690c53f (diff)
downloadChibiOS-495dc2aa45cdb1eeb754ecda88401bf1456caa84.tar.gz
ChibiOS-495dc2aa45cdb1eeb754ecda88401bf1456caa84.tar.bz2
ChibiOS-495dc2aa45cdb1eeb754ecda88401bf1456caa84.zip
Fixed relative path to OS.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4073 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/STM32F4xx/IRQ_STORM_FPU')
-rw-r--r--testhal/STM32F4xx/IRQ_STORM_FPU/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/testhal/STM32F4xx/IRQ_STORM_FPU/Makefile b/testhal/STM32F4xx/IRQ_STORM_FPU/Makefile
index ff061e2d8..8391b78dc 100644
--- a/testhal/STM32F4xx/IRQ_STORM_FPU/Makefile
+++ b/testhal/STM32F4xx/IRQ_STORM_FPU/Makefile
@@ -64,7 +64,7 @@ endif
PROJECT = ch
# Imported source files and paths
-CHIBIOS = ../..
+CHIBIOS = ../../..
include $(CHIBIOS)/boards/ST_STM32F4_DISCOVERY/board.mk
include $(CHIBIOS)/os/hal/platforms/STM32F4xx/platform.mk
include $(CHIBIOS)/os/hal/hal.mk
@@ -84,9 +84,8 @@ CSRC = $(PORTSRC) \
$(HALSRC) \
$(PLATFORMSRC) \
$(BOARDSRC) \
- $(CHIBIOS)/os/various/lis302dl.c \
$(CHIBIOS)/os/various/chprintf.c \
- main.c
+ extfunc.c main.c
# C++ sources that can be compiled in ARM or THUMB mode depending on the global
# setting.