mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-17 19:47:34 +08:00
Merge James's controllib bits into a separate library module.
Add a top-level mathlib header to avoid having to dig around for specific headers.
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user