aboutsummaryrefslogtreecommitdiff
path: root/apps/mathlib/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'apps/mathlib/Makefile')
-rw-r--r--apps/mathlib/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/apps/mathlib/Makefile b/apps/mathlib/Makefile
index 5c4861bbc..fe9b691b3 100644
--- a/apps/mathlib/Makefile
+++ b/apps/mathlib/Makefile
@@ -32,9 +32,8 @@
############################################################################
#
-# System math library
+# Math library
#
-
CXXSRCS = math/test/test.cpp \
math/Vector.cpp \
math/Vector3.cpp \
@@ -51,9 +50,7 @@ CXXHDRS = math/test/test.hpp \
math/Dcm.hpp \
math/Matrix.hpp
-#
# XXX this really should be a CONFIG_* test
-#
ifeq ($(TARGET),px4fmu)
INCLUDES += math/arm
CXXSRCS += math/arm/Vector.cpp \