summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakob Odersky <jodersky@gmail.com>2015-05-14 12:03:20 +0200
committerJakob Odersky <jodersky@gmail.com>2015-05-14 12:03:20 +0200
commit80cfb88472806a3171a1457ce4946a5172efb0fc (patch)
tree05b24f2ef8543769800f10537957d862dd5a7b3d
parent9c9892196b2498615dc1c537f047cc6e56653d4a (diff)
downloadpx4-nuttx-80cfb88472806a3171a1457ce4946a5172efb0fc.tar.gz
px4-nuttx-80cfb88472806a3171a1457ce4946a5172efb0fc.tar.bz2
px4-nuttx-80cfb88472806a3171a1457ce4946a5172efb0fc.zip
include system reset in kinetis makefileHEADmaster
-rw-r--r--nuttx/arch/arm/src/kinetis/Make.defs1
1 files changed, 1 insertions, 0 deletions
diff --git a/nuttx/arch/arm/src/kinetis/Make.defs b/nuttx/arch/arm/src/kinetis/Make.defs
index 1583b3cc2..69537ac07 100644
--- a/nuttx/arch/arm/src/kinetis/Make.defs
+++ b/nuttx/arch/arm/src/kinetis/Make.defs
@@ -49,6 +49,7 @@ CMN_CSRCS += up_modifyreg16.c up_modifyreg32.c up_releasestack.c
CMN_CSRCS += up_reprioritizertr.c up_schedulesigaction.c up_releasepending.c
CMN_CSRCS += up_sigdeliver.c up_unblocktask.c up_usestack.c up_doirq.c
CMN_CSRCS += up_hardfault.c up_svcall.c up_checkstack.c up_vfork.c
+CMN_CSRCS += up_systemreset.c
ifeq ($(CONFIG_ARCH_RAMVECTORS),y)
CMN_CSRCS += up_ramvec_initialize.c up_ramvec_attach.c