From 29c566d4a5deaace772a17c179e409e59e2df609 Mon Sep 17 00:00:00 2001 From: patacongo Date: Sat, 30 Jun 2007 19:39:17 +0000 Subject: Add environment variable function git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@294 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/sched/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'nuttx/sched/Makefile') diff --git a/nuttx/sched/Makefile b/nuttx/sched/Makefile index 97c59201e..56bcb3a90 100644 --- a/nuttx/sched/Makefile +++ b/nuttx/sched/Makefile @@ -56,7 +56,8 @@ SCHED_SRCS = sched_setparam.c sched_getparam.c \ sched_getprioritymax.c sched_getprioritymin.c \ sched_lock.c sched_unlock.c sched_lockcount.c ENV_SRCS = env_getenvironptr.c env_dup.c env_share.c env_release.c \ - env_clearenv.c + env_findvar.c env_removevar.c \ + env_clearenv.c env_getenv.c env_putenv.c env_setenv.c env_unsetenv.c WDOG_SRCS = wd_initialize.c wd_create.c wd_start.c wd_cancel.c wd_delete.c \ wd_gettime.c TIME_SRCS = sched_processtimer.c -- cgit v1.2.3