summaryrefslogtreecommitdiff
path: root/nuttx/arch/sh/src/sh1/Make.defs
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-02-09 00:11:22 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-02-09 00:11:22 +0000
commit10c4657704464e36e966873ba091c47ba7ae6db2 (patch)
tree57987934471725fd776a5ee43ba254cfa2ce58b9 /nuttx/arch/sh/src/sh1/Make.defs
parent6957b39cd8d76efefad682933430074023842c96 (diff)
downloadpx4-nuttx-10c4657704464e36e966873ba091c47ba7ae6db2.tar.gz
px4-nuttx-10c4657704464e36e966873ba091c47ba7ae6db2.tar.bz2
px4-nuttx-10c4657704464e36e966873ba091c47ba7ae6db2.zip
Adding M16C support
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1486 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/arch/sh/src/sh1/Make.defs')
-rw-r--r--nuttx/arch/sh/src/sh1/Make.defs3
1 files changed, 2 insertions, 1 deletions
diff --git a/nuttx/arch/sh/src/sh1/Make.defs b/nuttx/arch/sh/src/sh1/Make.defs
index faa9d8562..184ab1428 100644
--- a/nuttx/arch/sh/src/sh1/Make.defs
+++ b/nuttx/arch/sh/src/sh1/Make.defs
@@ -47,7 +47,8 @@ CMN_CSRCS += up_schedulesigaction.c up_sigdeliver.c
endif
CHIP_ASRCS = sh1_vector.S sh1_saveusercontext.S
-CHIP_CSRCS = sh1_lowputc.c sh1_irq.c sh1_timerisr.c sh1_serial.c
+CHIP_CSRCS = sh1_lowputc.c sh1_irq.c sh1_timerisr.c sh1_serial.c \
+ sh1_initialstate.c sh1_dumpstate.c
ifeq ($(CONFIG_USBDEV),y)
CHIP_CSRCS +=