aboutsummaryrefslogtreecommitdiff
path: root/src/modules/attitude_estimator_ekf/module.mk
diff options
context:
space:
mode:
authorLorenz Meier <lm@inf.ethz.ch>2013-04-27 12:59:47 +0200
committerLorenz Meier <lm@inf.ethz.ch>2013-04-27 12:59:47 +0200
commite6ed8268ee610d0b9e9b4930ad379a6d7dcc3629 (patch)
tree1ae45990d97e3bd1d65574380ae1eeab5e41ff07 /src/modules/attitude_estimator_ekf/module.mk
parent574e76532126fea8ab0ac5fd0595f6fb2935f0dd (diff)
downloadpx4-firmware-e6ed8268ee610d0b9e9b4930ad379a6d7dcc3629.tar.gz
px4-firmware-e6ed8268ee610d0b9e9b4930ad379a6d7dcc3629.tar.bz2
px4-firmware-e6ed8268ee610d0b9e9b4930ad379a6d7dcc3629.zip
Moved position_estimator_mc, px4io driver and sdlog app to new style build
Diffstat (limited to 'src/modules/attitude_estimator_ekf/module.mk')
-rw-r--r--src/modules/attitude_estimator_ekf/module.mk8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/modules/attitude_estimator_ekf/module.mk b/src/modules/attitude_estimator_ekf/module.mk
index bfb7db997..d98647f99 100644
--- a/src/modules/attitude_estimator_ekf/module.mk
+++ b/src/modules/attitude_estimator_ekf/module.mk
@@ -1,6 +1,6 @@
############################################################################
#
-# Copyright (C) 2012-2013 PX4 Development Team. All rights reserved.
+# Copyright (c) 2012, 2013 PX4 Development Team. All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
@@ -35,10 +35,10 @@
# Attitude estimator (Extended Kalman Filter)
#
-MODULE_NAME = attitude_estimator_ekf
-CXXSRCS = attitude_estimator_ekf_main.cpp
+MODULE_COMMAND = attitude_estimator_ekf
-SRCS = attitude_estimator_ekf_params.c \
+SRCS = attitude_estimator_ekf_main.cpp \
+ attitude_estimator_ekf_params.c \
codegen/eye.c \
codegen/attitudeKalmanfilter.c \
codegen/mrdivide.c \