summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/lm3s/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/lm3s/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/lm3s/Make.defs')
-rw-r--r--nuttx/arch/arm/src/lm3s/Make.defs4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/arch/arm/src/lm3s/Make.defs b/nuttx/arch/arm/src/lm3s/Make.defs
index c745e1953..66b8f5658 100644
--- a/nuttx/arch/arm/src/lm3s/Make.defs
+++ b/nuttx/arch/arm/src/lm3s/Make.defs
@@ -36,7 +36,7 @@
HEAD_ASRC = lm3s_vectors.S
CMN_ASRCS = up_saveusercontext.S up_fullcontextrestore.S up_switchcontext.S \
- up_vfork.S
+ vfork.S
CMN_CSRCS = up_allocateheap.c up_assert.c up_blocktask.c up_copystate.c \
up_createstack.c up_mdelay.c up_udelay.c up_exit.c \
up_idle.c up_initialize.c up_initialstate.c up_interruptcontext.c \
@@ -44,7 +44,7 @@ CMN_CSRCS = up_allocateheap.c up_assert.c up_blocktask.c up_copystate.c \
up_releasepending.c up_releasestack.c up_reprioritizertr.c \
up_schedulesigaction.c up_sigdeliver.c up_unblocktask.c \
up_usestack.c up_doirq.c up_hardfault.c up_svcall.c \
- up__vfork.c
+ up_vfork.c
ifeq ($(CONFIG_ARCH_MEMCPY),y)
CMN_ASRCS += up_memcpy.S