summaryrefslogtreecommitdiff
path: root/nuttx/lib/Makefile
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-10-28 14:31:57 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-10-28 14:31:57 +0000
commit83edd56f6581555c199f3cc3a96ed80f58554c1a (patch)
tree9a7ba7a8ca91e9dac86f3002792743a46ff5780f /nuttx/lib/Makefile
parent8ba1816945e9052220419265de013a3e51ebd7c8 (diff)
downloadpx4-nuttx-83edd56f6581555c199f3cc3a96ed80f58554c1a.tar.gz
px4-nuttx-83edd56f6581555c199f3cc3a96ed80f58554c1a.tar.bz2
px4-nuttx-83edd56f6581555c199f3cc3a96ed80f58554c1a.zip
Part I of port of Rhombus math library
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5269 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 fc8f0c4dd..5c62967ce 100644
--- a/nuttx/lib/Makefile
+++ b/nuttx/lib/Makefile
@@ -50,7 +50,7 @@ include pthread/Make.defs
include semaphore/Make.defs
include signal/Make.defs
include mqueue/Make.defs
-include math/Make.defs
+include fixedmath/Make.defs
include net/Make.defs
include time/Make.defs
include libgen/Make.defs