From 630b4bdd3d2ca967f0e1d4f438f7f1761461dd31 Mon Sep 17 00:00:00 2001 From: patacongo Date: Tue, 20 Feb 2007 22:39:56 +0000 Subject: Eliminating GCC dependencies git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@14 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/sched/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'nuttx/sched/Makefile') diff --git a/nuttx/sched/Makefile b/nuttx/sched/Makefile index ebc27785d..9872c7f02 100644 --- a/nuttx/sched/Makefile +++ b/nuttx/sched/Makefile @@ -76,8 +76,7 @@ PTHREAD_SRCS = pthread_attrinit.c pthread_attrdestroy.c \ pthread_attrsetstacksize.c pthread_attrgetstacksize.c \ pthread_attrsetschedparam.c pthread_attrgetschedparam.c \ pthread_create.c pthread_exit.c pthread_join.c pthread_detach.c \ - pthread_yield.c pthread_self.c \ - pthread_getschedparam.c pthread_setschedparam.c \ + pthread_yield.c pthread_getschedparam.c pthread_setschedparam.c \ pthread_mutexattrinit.c pthread_mutexattrdestroy.c \ pthread_mutexattrgetpshared.c pthread_mutexattrsetpshared.c \ pthread_mutexinit.c pthread_mutexdestroy.c \ -- cgit v1.2.3