summaryrefslogtreecommitdiff
path: root/nuttx/lib/Makefile
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-06-20 18:22:47 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-06-20 18:22:47 +0000
commit0ad6e847ed22411dc9092e99a01e4199f66e06dc (patch)
treefe075bb08faf21234081200118f31e3ac96c3a66 /nuttx/lib/Makefile
parent2023adff45d28a5f4f369320c18865783baab5e6 (diff)
downloadpx4-nuttx-0ad6e847ed22411dc9092e99a01e4199f66e06dc.tar.gz
px4-nuttx-0ad6e847ed22411dc9092e99a01e4199f66e06dc.tar.bz2
px4-nuttx-0ad6e847ed22411dc9092e99a01e4199f66e06dc.zip
Add qsort()
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1916 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 66af20704..6774868f9 100644
--- a/nuttx/lib/Makefile
+++ b/nuttx/lib/Makefile
@@ -72,7 +72,7 @@ STDIO_SRCS += lib_fopen.c lib_fclose.c lib_fread.c lib_libfread.c lib_fseek.c \
endif
endif
-STDLIB_SRCS = lib_rand.c
+STDLIB_SRCS = lib_rand.c lib_qsort.c
MATH_SRCS = lib_rint.c lib_fixedmath.c lib_b16sin.c lib_b16cos.c