summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/stm32/Make.defs
diff options
context:
space:
mode:
authorLorenz Meier <lm@inf.ethz.ch>2013-06-01 12:39:52 +0200
committerLorenz Meier <lm@inf.ethz.ch>2013-06-01 12:39:52 +0200
commita9fcb58d1adacffa644a61baafcdbe54e54389b9 (patch)
treebe129094ee3737c7b1c93b7737660ab562e8cfdb /nuttx/arch/arm/src/stm32/Make.defs
parentc29153a4fa9f9e3ea0ef50e88dc3f82037daca40 (diff)
downloadpx4-nuttx-a9fcb58d1adacffa644a61baafcdbe54e54389b9.tar.gz
px4-nuttx-a9fcb58d1adacffa644a61baafcdbe54e54389b9.tar.bz2
px4-nuttx-a9fcb58d1adacffa644a61baafcdbe54e54389b9.zip
Config improvements
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 15b87ca9e..cb979957d 100644
--- a/nuttx/arch/arm/src/stm32/Make.defs
+++ b/nuttx/arch/arm/src/stm32/Make.defs
@@ -52,7 +52,7 @@ CMN_CSRCS += up_memfault.c up_modifyreg8.c up_modifyreg16.c up_modifyreg32.c
CMN_CSRCS += up_releasepending.c up_releasestack.c up_reprioritizertr.c
CMN_CSRCS += up_schedulesigaction.c up_sigdeliver.c up_systemreset.c
CMN_CSRCS += up_unblocktask.c up_usestack.c up_doirq.c up_hardfault.c
-CMN_CSRCS += up_svcall.c up_vfork.c
+CMN_CSRCS += up_svcall.c up_stackcheck.c up_vfork.c
ifeq ($(CONFIG_ARMV7M_CMNVECTOR),y)
CMN_ASRCS += up_exception.S