summaryrefslogtreecommitdiff
path: root/nuttx/sched/Makefile
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-06-05 02:07:51 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-06-05 02:07:51 +0000
commit1b383382a407f332ced6310910455422f4b34ebd (patch)
tree5edf135e7d5955d08a71f9db9f6912e8330caee5 /nuttx/sched/Makefile
parent92c9dcbe893d620a6dc74b624edffd46c26316f3 (diff)
downloadpx4-nuttx-1b383382a407f332ced6310910455422f4b34ebd.tar.gz
px4-nuttx-1b383382a407f332ced6310910455422f4b34ebd.tar.bz2
px4-nuttx-1b383382a407f332ced6310910455422f4b34ebd.zip
Remove pthread_mutexattrverifytype.c
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@772 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 0a7811f1f..090473bba 100644
--- a/nuttx/sched/Makefile
+++ b/nuttx/sched/Makefile
@@ -106,7 +106,7 @@ ifneq ($(CONFIG_DISABLE_SIGNALS),y)
PTHREAD_SRCS += pthread_condtimedwait.c pthread_kill.c pthread_sigmask.c
endif
ifeq ($(CONFIG_MUTEX_TYPES),y)
-PTHREAD_SRCS += pthread_mutexattrsettype.c pthread_mutexattrgettype.c pthread_mutexattrverifytype.c
+PTHREAD_SRCS += pthread_mutexattrsettype.c pthread_mutexattrgettype.c
endif
SEM_SRCS = sem_initialize.c sem_init.c sem_destroy.c\
sem_open.c sem_close.c sem_unlink.c \