From 3769de256c6adfad13f40afe1e6555f40930761c Mon Sep 17 00:00:00 2001 From: patacongo Date: Sat, 9 Oct 2010 21:12:49 +0000 Subject: Add labs(), llabs(), and imaxabs() git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2986 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/lib/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nuttx/lib/Makefile') 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 -- cgit v1.2.3