summaryrefslogtreecommitdiff
path: root/nuttx/sched/Makefile
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2007-06-30 19:39:17 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2007-06-30 19:39:17 +0000
commit29c566d4a5deaace772a17c179e409e59e2df609 (patch)
tree4f8ae266b36e6b68ca8464cf2175a54d3c4bc9d2 /nuttx/sched/Makefile
parent199f9cf72629a50f1fcad68ce4b37a64b3252bdb (diff)
downloadpx4-nuttx-29c566d4a5deaace772a17c179e409e59e2df609.tar.gz
px4-nuttx-29c566d4a5deaace772a17c179e409e59e2df609.tar.bz2
px4-nuttx-29c566d4a5deaace772a17c179e409e59e2df609.zip
Add environment variable function
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@294 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/sched/Makefile')
-rw-r--r--nuttx/sched/Makefile3
1 files changed, 2 insertions, 1 deletions
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