summaryrefslogtreecommitdiff
path: root/nuttx/arch/mips/src/pic32mx/Make.defs
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-05-18 22:34:11 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-05-18 22:34:11 +0000
commit3a6e6d40569f3b267f88417d3f5c7816f5bde1d5 (patch)
tree5fbf7e69fc279d8a741a7048afc5cbdd2d95b8b3 /nuttx/arch/mips/src/pic32mx/Make.defs
parent39ec51e53213f317a6f2efbaf9b7495a8eef2c37 (diff)
downloadpx4-nuttx-3a6e6d40569f3b267f88417d3f5c7816f5bde1d5.tar.gz
px4-nuttx-3a6e6d40569f3b267f88417d3f5c7816f5bde1d5.tar.bz2
px4-nuttx-3a6e6d40569f3b267f88417d3f5c7816f5bde1d5.zip
Add MIPS system call infrastructure
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3626 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/arch/mips/src/pic32mx/Make.defs')
-rwxr-xr-xnuttx/arch/mips/src/pic32mx/Make.defs2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/arch/mips/src/pic32mx/Make.defs b/nuttx/arch/mips/src/pic32mx/Make.defs
index 011cd1ba9..b297d7fed 100755
--- a/nuttx/arch/mips/src/pic32mx/Make.defs
+++ b/nuttx/arch/mips/src/pic32mx/Make.defs
@@ -39,7 +39,7 @@ HEAD_ASRC = pic32mx-head.S
# Common MIPS files
-CMN_ASRCS =
+CMN_ASRCS = up_syscall0.S
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_irq.c up_lowputs.c \