summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/dm320/Make.defs
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-01-07 19:35:47 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-01-07 19:35:47 +0000
commit8514e37561246aee4dfbf569b474663aca368913 (patch)
treefca977319643c4fcdbaeecbd38ee572fb9c31ae1 /nuttx/arch/arm/src/dm320/Make.defs
parent488264ef3ea16f95b481417634cdf5f931ebee1f (diff)
downloadpx4-nuttx-8514e37561246aee4dfbf569b474663aca368913.tar.gz
px4-nuttx-8514e37561246aee4dfbf569b474663aca368913.tar.bz2
px4-nuttx-8514e37561246aee4dfbf569b474663aca368913.zip
This initial vfork() check-in was a little pollyanna-ish
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5487 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/arch/arm/src/dm320/Make.defs')
-rw-r--r--nuttx/arch/arm/src/dm320/Make.defs4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/arch/arm/src/dm320/Make.defs b/nuttx/arch/arm/src/dm320/Make.defs
index 52e65c0e8..651d9fea9 100644
--- a/nuttx/arch/arm/src/dm320/Make.defs
+++ b/nuttx/arch/arm/src/dm320/Make.defs
@@ -36,14 +36,14 @@
HEAD_ASRC = up_head.S
CMN_ASRCS = up_cache.S up_fullcontextrestore.S up_saveusercontext.S \
- up_vectors.S up_vectoraddrexcptn.S up_vectortab.S up_vfork.S
+ up_vectors.S up_vectoraddrexcptn.S up_vectortab.S vfork.S
CMN_CSRCS = up_assert.c up_blocktask.c up_copystate.c up_createstack.c \
up_dataabort.c up_mdelay.c up_udelay.c up_exit.c up_idle.c \
up_initialize.c up_initialstate.c up_interruptcontext.c \
up_prefetchabort.c up_releasepending.c up_releasestack.c \
up_reprioritizertr.c up_schedulesigaction.c \
up_sigdeliver.c up_syscall.c up_unblocktask.c \
- up_undefinedinsn.c up_usestack.c up__vfork.c
+ up_undefinedinsn.c up_usestack.c up_vfork.c
ifeq ($(CONFIG_ELF),y)
CMN_CSRCS += up_elf.c