aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--makefiles/config_px4fmu-v2_test.mk5
1 files changed, 5 insertions, 0 deletions
diff --git a/makefiles/config_px4fmu-v2_test.mk b/makefiles/config_px4fmu-v2_test.mk
index d5a50cfae..8623c0584 100644
--- a/makefiles/config_px4fmu-v2_test.mk
+++ b/makefiles/config_px4fmu-v2_test.mk
@@ -33,6 +33,11 @@ MODULES += modules/systemlib/mixer
MODULES += modules/uORB
#
+# Libraries
+#
+LIBRARIES += lib/mathlib/CMSIS
+
+#
# Transitional support - add commands from the NuttX export archive.
#
# In general, these should move to modules over time.