summaryrefslogtreecommitdiff
path: root/nuttx/sched/Makefile
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-04-26 15:00:35 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-04-26 15:00:35 +0000
commitb1236cf9e33dc521db487911b38d5441a220d7ba (patch)
treeb23f5485d292150d73b40bd01730a22b1677a574 /nuttx/sched/Makefile
parent5145ba33ec23c19f84c0d56dc182ea90f7a437d6 (diff)
downloadpx4-nuttx-b1236cf9e33dc521db487911b38d5441a220d7ba.tar.gz
px4-nuttx-b1236cf9e33dc521db487911b38d5441a220d7ba.tar.bz2
px4-nuttx-b1236cf9e33dc521db487911b38d5441a220d7ba.zip
Add interfaces to support getting/setting of thread/task names
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4658 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 b8a1bb519..dfdc6f68b 100644
--- a/nuttx/sched/Makefile
+++ b/nuttx/sched/Makefile
@@ -43,7 +43,7 @@ MISC_SRCS = os_start.c os_bringup.c errno_getptr.c errno_get.c errno_set.c \
sched_getstreams.c sched_setupidlefiles.c sched_setuptaskfiles.c \
sched_setuppthreadfiles.c sched_releasefiles.c
-TSK_SRCS = task_create.c task_init.c task_setup.c task_activate.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 \
sched_removereadytorun.c sched_addprioritized.c sched_mergepending.c \