summaryrefslogtreecommitdiff
path: root/nuttx/lib/Makefile
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-10-09 21:12:49 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-10-09 21:12:49 +0000
commit3769de256c6adfad13f40afe1e6555f40930761c (patch)
treed75c3f3baa62dd25fb93a8fcd26178ad87622970 /nuttx/lib/Makefile
parent831e41d3708a2f5167edf7a09437e8f1bc5cf027 (diff)
downloadpx4-nuttx-3769de256c6adfad13f40afe1e6555f40930761c.tar.gz
px4-nuttx-3769de256c6adfad13f40afe1e6555f40930761c.tar.bz2
px4-nuttx-3769de256c6adfad13f40afe1e6555f40930761c.zip
Add labs(), llabs(), and imaxabs()
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2986 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 b8897d842..a08e72156 100644
--- a/nuttx/lib/Makefile
+++ b/nuttx/lib/Makefile
@@ -75,7 +75,7 @@ ifeq ($(CONFIG_LIBC_FLOATINGPOINT),y)
STDIO_SRCS += lib_dtoa.c
endif
-STDLIB_SRCS = lib_abs.c lib_rand.c lib_qsort.c
+STDLIB_SRCS = lib_abs.c lib_imaxabs.c lib_labs.c lib_llabs.c lib_rand.c lib_qsort.c
MATH_SRCS = lib_rint.c lib_fixedmath.c lib_b16sin.c lib_b16cos.c