From a086a5b65839065f33764678c541d3af4afb0568 Mon Sep 17 00:00:00 2001 From: patacongo Date: Mon, 4 Apr 2011 23:02:00 +0000 Subject: Move core of fdopen() logic from lib/stdio to fs/ git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3464 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/sched/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nuttx/sched/Makefile') diff --git a/nuttx/sched/Makefile b/nuttx/sched/Makefile index 86e7c0b76..f5d2ce9db 100644 --- a/nuttx/sched/Makefile +++ b/nuttx/sched/Makefile @@ -53,7 +53,7 @@ TSK_SRCS = task_create.c task_init.c task_setup.c task_activate.c \ SCHED_SRCS = sched_setparam.c sched_setpriority.c sched_getparam.c \ sched_setscheduler.c sched_getscheduler.c \ sched_yield.c sched_rrgetinterval.c sched_foreach.c \ - sched_lock.c sched_unlock.c sched_lockcount.c + sched_lock.c sched_unlock.c sched_lockcount.c sched_self.c ifeq ($(CONFIG_PRIORITY_INHERITANCE),y) SCHED_SRCS += sched_reprioritize.c endif -- cgit v1.2.3