summaryrefslogtreecommitdiff
path: root/nuttx/lib/Makefile
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-08-10 22:16:04 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-08-10 22:16:04 +0000
commit2ca9507eddbf4ae56a45983c551a84d37cd6db05 (patch)
tree3ce3bc41f9596c31a56febffc330d3056be4cc90 /nuttx/lib/Makefile
parent7c934149bd6dbb4f40045712f65a3136e4032622 (diff)
downloadpx4-nuttx-2ca9507eddbf4ae56a45983c551a84d37cd6db05.tar.gz
px4-nuttx-2ca9507eddbf4ae56a45983c551a84d37cd6db05.tar.bz2
px4-nuttx-2ca9507eddbf4ae56a45983c551a84d37cd6db05.zip
Removed duplicate getenv() implementation
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@815 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/lib/Makefile')
-rw-r--r--nuttx/lib/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/lib/Makefile b/nuttx/lib/Makefile
index 840ea0779..4f0eddb7a 100644
--- a/nuttx/lib/Makefile
+++ b/nuttx/lib/Makefile
@@ -67,7 +67,7 @@ STDIO_SRCS += lib_fopen.c lib_fclose.c lib_fread.c lib_libfread.c lib_fseek.c \
endif
endif
-STDLIB_SRCS = lib_getenv.c lib_rand.c
+STDLIB_SRCS = lib_rand.c
MATH_SRCS = lib_rint.c