summaryrefslogtreecommitdiff
path: root/nuttx/sched/Makefile
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-06-03 01:31:13 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-06-03 01:31:13 +0000
commit990883c019f29da8dbcd41d3310116923a95b71c (patch)
treef4c9d184bfcb835a16fd42bd18927c7706b3db45 /nuttx/sched/Makefile
parent71342bb5e74b0c9cf55f5d581588dee0ed068e73 (diff)
downloadpx4-nuttx-990883c019f29da8dbcd41d3310116923a95b71c.tar.gz
px4-nuttx-990883c019f29da8dbcd41d3310116923a95b71c.tar.bz2
px4-nuttx-990883c019f29da8dbcd41d3310116923a95b71c.zip
Put timer_release in a separate file
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@768 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 461bc56d0..0a7811f1f 100644
--- a/nuttx/sched/Makefile
+++ b/nuttx/sched/Makefile
@@ -114,7 +114,7 @@ SEM_SRCS = sem_initialize.c sem_init.c sem_destroy.c\
sem_waitirq.c sem_findnamed.c
ifneq ($(CONFIG_DISABLE_POSIX_TIMERS),y)
TIMER_SRCS = timer_initialize.c timer_create.c timer_delete.c timer_getoverrun.c \
- timer_gettime.c timer_settime.c
+ timer_gettime.c timer_settime.c timer_release.c
endif
IRQ_SRCS = irq_initialize.c irq_attach.c irq_dispatch.c irq_unexpectedisr.c