summaryrefslogtreecommitdiff
path: root/nuttx/arch/sh/src/sh1/Make.defs
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-11-08 16:27:50 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-11-08 16:27:50 +0000
commit1329b82e44ffc83be7b3d8f66e7a2dbeef9b9f6e (patch)
treeb3985208e88bc04f5ccb5f6db3607ab2dc41c02f /nuttx/arch/sh/src/sh1/Make.defs
parent48ca47d791830d3f34ab157e22a7823ae0373b54 (diff)
downloadpx4-nuttx-1329b82e44ffc83be7b3d8f66e7a2dbeef9b9f6e.tar.gz
px4-nuttx-1329b82e44ffc83be7b3d8f66e7a2dbeef9b9f6e.tar.bz2
px4-nuttx-1329b82e44ffc83be7b3d8f66e7a2dbeef9b9f6e.zip
Add up_saveusercontext
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1169 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/arch/sh/src/sh1/Make.defs')
-rw-r--r--nuttx/arch/sh/src/sh1/Make.defs2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/arch/sh/src/sh1/Make.defs b/nuttx/arch/sh/src/sh1/Make.defs
index 7ba6f0d7a..faa9d8562 100644
--- a/nuttx/arch/sh/src/sh1/Make.defs
+++ b/nuttx/arch/sh/src/sh1/Make.defs
@@ -46,7 +46,7 @@ ifneq ($(CONFIG_DISABLE_SIGNALS),y)
CMN_CSRCS += up_schedulesigaction.c up_sigdeliver.c
endif
-CHIP_ASRCS = sh1_vector.S
+CHIP_ASRCS = sh1_vector.S sh1_saveusercontext.S
CHIP_CSRCS = sh1_lowputc.c sh1_irq.c sh1_timerisr.c sh1_serial.c
ifeq ($(CONFIG_USBDEV),y)