summaryrefslogtreecommitdiff
path: root/nuttx/sched/Makefile
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-04-01 21:36:17 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-04-01 21:36:17 +0000
commit0bdda764b71ffa94d9d624cc568c329f4440d94c (patch)
treeb15eb9e4ae02ccea849ab223ecedc324aad8d6d6 /nuttx/sched/Makefile
parentbd032945c6126523c1f4ea6eb8d6f74f8b5d9274 (diff)
downloadpx4-nuttx-0bdda764b71ffa94d9d624cc568c329f4440d94c.tar.gz
px4-nuttx-0bdda764b71ffa94d9d624cc568c329f4440d94c.tar.bz2
px4-nuttx-0bdda764b71ffa94d9d624cc568c329f4440d94c.zip
Stubs are working/Proxies are close
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3451 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/sched/Makefile')
-rw-r--r--nuttx/sched/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/nuttx/sched/Makefile b/nuttx/sched/Makefile
index 04bfdd57b..88911c3ac 100644
--- a/nuttx/sched/Makefile
+++ b/nuttx/sched/Makefile
@@ -45,10 +45,10 @@ MISC_SRCS = os_start.c os_bringup.c get_errno_ptr.c sched_garbage.c \
TSK_SRCS = task_create.c task_init.c task_setup.c task_activate.c \
task_start.c task_delete.c task_deletecurrent.c task_restart.c \
- exit.c abort.c atexit.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
+ exit.c atexit.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
SCHED_SRCS = sched_setparam.c sched_setpriority.c sched_getparam.c \
sched_setscheduler.c sched_getscheduler.c \