From c198c0206fa6d459d2c16713be7ef87f4eee627f Mon Sep 17 00:00:00 2001 From: patacongo Date: Sat, 14 Feb 2009 01:08:39 +0000 Subject: Add task register intialization logic git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1492 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/arch/sh/src/sh1/Make.defs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'nuttx/arch/sh/src/sh1/Make.defs') 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 -- cgit v1.2.3