summaryrefslogtreecommitdiff
path: root/nuttx/arch/sh/src/m16c/Make.defs
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-02-12 00:30:04 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-02-12 00:30:04 +0000
commit43f555224a7226972b1f2cbfb4dbf3b5198ad527 (patch)
treefc55d08d6dfa60137d735093ccbf656042249962 /nuttx/arch/sh/src/m16c/Make.defs
parent10c4657704464e36e966873ba091c47ba7ae6db2 (diff)
downloadpx4-nuttx-43f555224a7226972b1f2cbfb4dbf3b5198ad527.tar.gz
px4-nuttx-43f555224a7226972b1f2cbfb4dbf3b5198ad527.tar.bz2
px4-nuttx-43f555224a7226972b1f2cbfb4dbf3b5198ad527.zip
signal deliver is specific to SoC
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1487 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/arch/sh/src/m16c/Make.defs')
-rw-r--r--nuttx/arch/sh/src/m16c/Make.defs9
1 files changed, 6 insertions, 3 deletions
diff --git a/nuttx/arch/sh/src/m16c/Make.defs b/nuttx/arch/sh/src/m16c/Make.defs
index 5bb9d73be..03d8684a2 100644
--- a/nuttx/arch/sh/src/m16c/Make.defs
+++ b/nuttx/arch/sh/src/m16c/Make.defs
@@ -42,10 +42,13 @@ CMN_CSRCS = up_allocateheap.c up_assert.c up_blocktask.c up_copystate.c \
up_releasepending.c up_releasestack.c up_reprioritizertr.c \
up_udelay.c up_unblocktask.c up_usestack.c
+#CHIP_ASRCS = m16c_vector.S m16c_saveusercontext.S
+CHIP_ASRCS =
+#CHIP_CSRCS = m16c_lowputc.c m16c_irq.c m16c_timerisr.c m16c_serial.c
+CHIP_CSRCS =
+
ifneq ($(CONFIG_DISABLE_SIGNALS),y)
-CMN_CSRCS += up_schedulesigaction.c up_sigdeliver.c
+CHIP_CSRCS += m16c_schedulesigaction.c m16c_sigdeliver.c
endif
-#CHIP_ASRCS = m16c_vector.S m16c_saveusercontext.S
-#CHIP_CSRCS = m16c_lowputc.c m16c_irq.c m16c_timerisr.c m16c_serial.c