aboutsummaryrefslogtreecommitdiff
path: root/src/modules/attitude_estimator_ekf/module.mk
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/attitude_estimator_ekf/module.mk')
-rw-r--r--src/modules/attitude_estimator_ekf/module.mk16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/modules/attitude_estimator_ekf/module.mk b/src/modules/attitude_estimator_ekf/module.mk
new file mode 100644
index 000000000..5ce545112
--- /dev/null
+++ b/src/modules/attitude_estimator_ekf/module.mk
@@ -0,0 +1,16 @@
+
+MODULE_NAME = attitude_estimator_ekf
+SRCS = attitude_estimator_ekf_main.cpp \
+ attitude_estimator_ekf_params.c \
+ codegen/attitudeKalmanfilter_initialize.c \
+ codegen/attitudeKalmanfilter_terminate.c \
+ codegen/attitudeKalmanfilter.c \
+ codegen/cross.c \
+ codegen/eye.c \
+ codegen/mrdivide.c \
+ codegen/norm.c \
+ codegen/rdivide.c \
+ codegen/rt_nonfinite.c \
+ codegen/rtGetInf.c \
+ codegen/rtGetNaN.c
+