summaryrefslogtreecommitdiff
path: root/nuttx/sched/Makefile
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-03-31 04:23:17 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-03-31 04:23:17 +0000
commit844c7f1ae7c401414056a2457471a4282ffe8f98 (patch)
treededeb51514f8e30d1f5e51e17ea35095604e19a9 /nuttx/sched/Makefile
parentfd57b2a0da0473e878eb1c2abef05de3be7c2e2d (diff)
downloadpx4-nuttx-844c7f1ae7c401414056a2457471a4282ffe8f98.tar.gz
px4-nuttx-844c7f1ae7c401414056a2457471a4282ffe8f98.tar.bz2
px4-nuttx-844c7f1ae7c401414056a2457471a4282ffe8f98.zip
Add mksyscall tool
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3446 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 ab83a8fee..04bfdd57b 100644
--- a/nuttx/sched/Makefile
+++ b/nuttx/sched/Makefile
@@ -115,7 +115,7 @@ ifneq ($(CONFIG_DISABLE_SIGNALS),y)
PTHREAD_SRCS += pthread_condtimedwait.c pthread_kill.c pthread_sigmask.c
endif
-SEM_SRCS = sem_initialize.c sem_open.c sem_close.c sem_unlink.c \
+SEM_SRCS = sem_initialize.c sem_destroy.c sem_open.c sem_close.c sem_unlink.c \
sem_wait.c sem_trywait.c sem_post.c sem_findnamed.c
ifneq ($(CONFIG_DISABLE_SIGNALS),y)
SEM_SRCS += sem_waitirq.c