summaryrefslogtreecommitdiff
path: root/nuttx/lib/Makefile
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-10-09 20:46:14 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-10-09 20:46:14 +0000
commit6a3c669ed46650edd963f80fa3418c0413a0123b (patch)
tree23a8888ed3863e13012ee577b44485d48d888f92 /nuttx/lib/Makefile
parent1470c38340ea6ffca85f1b100f2fe1f43919685c (diff)
downloadpx4-nuttx-6a3c669ed46650edd963f80fa3418c0413a0123b.tar.gz
px4-nuttx-6a3c669ed46650edd963f80fa3418c0413a0123b.tar.bz2
px4-nuttx-6a3c669ed46650edd963f80fa3418c0413a0123b.zip
add abs()
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2984 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 4ca4735c1..b8897d842 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_rand.c lib_qsort.c
+STDLIB_SRCS = lib_abs.c lib_rand.c lib_qsort.c
MATH_SRCS = lib_rint.c lib_fixedmath.c lib_b16sin.c lib_b16cos.c