summaryrefslogtreecommitdiff
path: root/nuttx/arch/sh/src/sh1/Make.defs
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-02-14 01:08:39 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-02-14 01:08:39 +0000
commitc198c0206fa6d459d2c16713be7ef87f4eee627f (patch)
tree4e73e8a017a57b6c089f5e4ae1677f0452a1f2a1 /nuttx/arch/sh/src/sh1/Make.defs
parentab6cd2a0ec5b37f095ffe26ca2302ec8bbade103 (diff)
downloadpx4-nuttx-c198c0206fa6d459d2c16713be7ef87f4eee627f.tar.gz
px4-nuttx-c198c0206fa6d459d2c16713be7ef87f4eee627f.tar.bz2
px4-nuttx-c198c0206fa6d459d2c16713be7ef87f4eee627f.zip
Add task register intialization logic
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1492 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/arch/sh/src/sh1/Make.defs')
-rw-r--r--nuttx/arch/sh/src/sh1/Make.defs4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/arch/sh/src/sh1/Make.defs b/nuttx/arch/sh/src/sh1/Make.defs
index 591614cbf..aaa6bebe0 100644
--- a/nuttx/arch/sh/src/sh1/Make.defs
+++ b/nuttx/arch/sh/src/sh1/Make.defs
@@ -36,7 +36,7 @@
HEAD_ASRC = sh1_head.S
CMN_ASRCS =
-CMN_CSRCS = up_allocateheap.c up_assert.c up_blocktask.c up_copystate.c \
+CMN_CSRCS = up_allocateheap.c up_assert.c up_blocktask.c \
up_createstack.c up_doirq.c up_exit.c up_idle.c up_initialize.c \
up_initialstate.c up_interruptcontext.c up_lowputs.c \
up_mdelay.c up_puts.c up_releasepending.c up_releasestack.c \
@@ -44,7 +44,7 @@ CMN_CSRCS = up_allocateheap.c up_assert.c up_blocktask.c up_copystate.c \
CHIP_ASRCS = sh1_vector.S sh1_saveusercontext.S
CHIP_CSRCS = sh1_lowputc.c sh1_irq.c sh1_timerisr.c sh1_serial.c \
- sh1_initialstate.c sh1_dumpstate.c
+ sh1_initialstate.c sh1_copystate.c sh1_dumpstate.c
ifneq ($(CONFIG_DISABLE_SIGNALS),y)
CMN_CSRCS += sh1_schedulesigaction.c sh1_sigdeliver.c