aboutsummaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/stm32/Make.defs
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-04-19 17:52:14 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-04-19 17:52:14 +0000
commitfb15304eb4d8e16fb8d1457d1b9a6e5b87f937fe (patch)
tree2dd843717c0576cb1122436809932afbe7c50c0b /nuttx/arch/arm/src/stm32/Make.defs
parent5f9ab50192280c587a266d9cee2fdd849cbad97d (diff)
downloadpx4-firmware-fb15304eb4d8e16fb8d1457d1b9a6e5b87f937fe.tar.gz
px4-firmware-fb15304eb4d8e16fb8d1457d1b9a6e5b87f937fe.tar.bz2
px4-firmware-fb15304eb4d8e16fb8d1457d1b9a6e5b87f937fe.zip
Some STM32 bugfixes from Mike Smith
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4635 7fd9a85b-ad96-42d3-883c-3090e2eb8679
Diffstat (limited to 'nuttx/arch/arm/src/stm32/Make.defs')
-rw-r--r--nuttx/arch/arm/src/stm32/Make.defs2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/arch/arm/src/stm32/Make.defs b/nuttx/arch/arm/src/stm32/Make.defs
index df8dedd50..88ac64812 100644
--- a/nuttx/arch/arm/src/stm32/Make.defs
+++ b/nuttx/arch/arm/src/stm32/Make.defs
@@ -49,7 +49,7 @@ CMN_CSRCS = up_assert.c up_blocktask.c up_copystate.c \
up_usestack.c up_doirq.c up_hardfault.c up_svcall.c
ifeq ($(CONFIG_ARMV7M_CMNVECTOR),y)
-CMN_ASRCS += up_exception.S stm32_vectors.S
+CMN_ASRCS += up_exception.S
CMN_CSRCS += up_vectors.c
endif