summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/calypso
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/calypso
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/calypso')
-rw-r--r--nuttx/arch/arm/src/calypso/Make.defs4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/arch/arm/src/calypso/Make.defs b/nuttx/arch/arm/src/calypso/Make.defs
index 957d4e677..1a1d14869 100644
--- a/nuttx/arch/arm/src/calypso/Make.defs
+++ b/nuttx/arch/arm/src/calypso/Make.defs
@@ -39,14 +39,14 @@
HEAD_ASRC = calypso_head.S
CMN_ASRCS = up_saveusercontext.S up_fullcontextrestore.S up_vectors.S \
- up_nommuhead.S up_vfork.S
+ up_nommuhead.S vfork.S
CMN_CSRCS = up_allocateheap.c up_assert.c up_blocktask.c up_copystate.c \
up_createstack.c up_dataabort.c up_mdelay.c up_udelay.c up_doirq.c \
up_exit.c up_idle.c up_initialstate.c up_initialize.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 calypso_power.c up__vfork.c
+ up_undefinedinsn.c up_usestack.c calypso_power.c up_vfork.c
ifeq ($(CONFIG_ELF),y)
CMN_CSRCS += up_elf.c