summaryrefslogtreecommitdiff
path: root/nuttx/arch/sh/src/sh1/Make.defs
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-11-06 18:50:34 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-11-06 18:50:34 +0000
commit469e63c3eb782b664dd75f0c464812b0bf1eba20 (patch)
treedbaaea257da1178c4b3ecd5bcd697250f68f5745 /nuttx/arch/sh/src/sh1/Make.defs
parentbc306f556bf62ae8922084dbce945d1ba14eb74c (diff)
downloadpx4-nuttx-469e63c3eb782b664dd75f0c464812b0bf1eba20.tar.gz
px4-nuttx-469e63c3eb782b664dd75f0c464812b0bf1eba20.tar.bz2
px4-nuttx-469e63c3eb782b664dd75f0c464812b0bf1eba20.zip
Port ARM common files to SH-1
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1141 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/arch/sh/src/sh1/Make.defs')
-rw-r--r--nuttx/arch/sh/src/sh1/Make.defs10
1 files changed, 7 insertions, 3 deletions
diff --git a/nuttx/arch/sh/src/sh1/Make.defs b/nuttx/arch/sh/src/sh1/Make.defs
index 2f7a7b3e9..945471103 100644
--- a/nuttx/arch/sh/src/sh1/Make.defs
+++ b/nuttx/arch/sh/src/sh1/Make.defs
@@ -36,14 +36,18 @@
HEAD_ASRC = sh1_head.S
CMN_ASRCS =
-CMN_CSRCS =
+CMN_CSRCS = up_allocateheap.c up_assert.c up_blocktask.c up_copystate.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 \
+ up_reprioritizertr.c up_udelay.c up_unblocktask.c up_usestack.c
ifneq ($(CONFIG_DISABLE_SIGNALS),y)
-CMN_CSRCS +=
+CMN_CSRCS += up_schedulesigaction.c up_sigdeliver.c
endif
CHIP_ASRCS =
-CHIP_CSRCS = sh1_lowputc.c sh1_irq.c
+CHIP_CSRCS = sh1_lowputc.c sh1_irq.c sh1_timerisr.c
ifeq ($(CONFIG_USBDEV),y)
CHIP_CSRCS +=