aboutsummaryrefslogtreecommitdiff
path: root/nuttx/sched/Makefile
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
commita5f001189e1a056be275e1d736e38893f96cd395 (patch)
treefca977319643c4fcdbaeecbd38ee572fb9c31ae1 /nuttx/sched/Makefile
parent876062fe3a2b6273855b77c0ed1c9d0cbcfc43c6 (diff)
downloadpx4-firmware-a5f001189e1a056be275e1d736e38893f96cd395.tar.gz
px4-firmware-a5f001189e1a056be275e1d736e38893f96cd395.tar.bz2
px4-firmware-a5f001189e1a056be275e1d736e38893f96cd395.zip
This initial vfork() check-in was a little pollyanna-ish
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5487 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/sched/Makefile')
-rw-r--r--nuttx/sched/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/sched/Makefile b/nuttx/sched/Makefile
index 82f74fc3c..23d1e9938 100644
--- a/nuttx/sched/Makefile
+++ b/nuttx/sched/Makefile
@@ -45,7 +45,7 @@ MISC_SRCS = os_start.c os_bringup.c errno_getptr.c errno_get.c errno_set.c \
TSK_SRCS = prctl.c task_create.c task_init.c task_setup.c task_activate.c \
task_start.c task_delete.c task_deletecurrent.c task_exithook.c \
- task_restart.c exit.c getpid.c sched_addreadytorun.c \
+ task_restart.c task_vfork.c exit.c getpid.c sched_addreadytorun.c \
sched_removereadytorun.c sched_addprioritized.c sched_mergepending.c \
sched_addblocked.c sched_removeblocked.c sched_free.c sched_gettcb.c \
sched_verifytcb.c sched_releasetcb.c