summaryrefslogtreecommitdiff
path: root/nuttx/sched/Makefile
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2007-03-09 15:27:47 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2007-03-09 15:27:47 +0000
commitcb4bc1a2f49306879ecee08f0644300f0037d92c (patch)
treec299739a5089f9fb3cbc902726f66fdc7a9c708a /nuttx/sched/Makefile
parent3551ee48a7f52425e953d4a3ea7bc2fd3b2a62ff (diff)
downloadpx4-nuttx-cb4bc1a2f49306879ecee08f0644300f0037d92c.tar.gz
px4-nuttx-cb4bc1a2f49306879ecee08f0644300f0037d92c.tar.bz2
px4-nuttx-cb4bc1a2f49306879ecee08f0644300f0037d92c.zip
Debug instrumentation
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@47 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 d110cb664..375cb6a3d 100644
--- a/nuttx/sched/Makefile
+++ b/nuttx/sched/Makefile
@@ -51,7 +51,7 @@ TSK_SRCS = task_create.c task_init.c task_delete.c task_restart.c \
sched_free.c sched_gettcb.c sched_releasetcb.c
SCHED_SRCS = sched_setparam.c sched_getparam.c \
sched_setscheduler.c sched_getscheduler.c \
- sched_yield.c sched_rrgetinterval.c \
+ sched_yield.c sched_rrgetinterval.c sched_foreach.c \
sched_getprioritymax.c sched_getprioritymin.c \
sched_lock.c sched_unlock.c sched_lockcount.c
WDOG_SRCS = wd_initialize.c wd_create.c wd_start.c wd_cancel.c wd_delete.c