summaryrefslogtreecommitdiff
path: root/nuttx/lib/Makefile
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-11-25 20:53:12 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-11-25 20:53:12 +0000
commita84bd960024ff99e9b518a1374cc61a34aeac294 (patch)
treea5ca124d1c112d0e8204242521914ff0afe80d35 /nuttx/lib/Makefile
parent5c6bfd5ea55f965669e0bb511e0527bddec81d94 (diff)
downloadpx4-nuttx-a84bd960024ff99e9b518a1374cc61a34aeac294.tar.gz
px4-nuttx-a84bd960024ff99e9b518a1374cc61a34aeac294.tar.bz2
px4-nuttx-a84bd960024ff99e9b518a1374cc61a34aeac294.zip
Add fixed precision math support
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1304 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 9822d8962..c58b2dbcb 100644
--- a/nuttx/lib/Makefile
+++ b/nuttx/lib/Makefile
@@ -71,7 +71,7 @@ endif
STDLIB_SRCS = lib_rand.c
-MATH_SRCS = lib_rint.c
+MATH_SRCS = lib_rint.c lib_fixedmath.c
UNISTD_SRCS = lib_getopt.c
ifneq ($(CONFIG_NFILE_DESCRIPTORS),0)