summaryrefslogtreecommitdiffstats
path: root/libsensors_iio/software/core/mpl/build/filelist.mk
blob: e18003af01c8861af9ab8e0847e98a598c770855 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
#### filelist.mk for mpl ####

# headers only
HEADERS := $(MPL_DIR)/mpu.h

# headers for sources
HEADERS := $(MPL_DIR)/fast_no_motion.h
HEADERS += $(MPL_DIR)/fusion_9axis.h
HEADERS += $(MPL_DIR)/motion_no_motion.h
HEADERS += $(MPL_DIR)/no_gyro_fusion.h
HEADERS += $(MPL_DIR)/quaternion_supervisor.h
HEADERS += $(MPL_DIR)/gyro_tc.h
HEADERS += $(MPL_DIR)/authenticate.h
HEADERS += $(MPL_DIR)/accel_auto_cal.h
HEADERS += $(MPL_DIR)/accel_auto_cal_protected.h
HEADERS += $(MPL_DIR)/compass_vec_cal.h
HEADERS += $(MPL_DIR)/compass_vec_cal_protected.h
HEADERS += $(MPL_DIR)/mag_disturb.h
HEADERS += $(MPL_DIR)/mag_disturb_protected.h
HEADERS += $(MPL_DIR)/compass_bias_w_gyro.h
HEADERS += $(MPL_DIR)/heading_from_gyro.h
HEADERS += $(MPL_DIR)/compass_fit.h
HEADERS += $(MPL_DIR)/quat_accuracy_monitor.h
#HEADERS += $(MPL_DIR)/auto_calibration.h

# sources
SOURCES := $(MPL_DIR)/fast_no_motion.c
SOURCES += $(MPL_DIR)/fusion_9axis.c
SOURCES += $(MPL_DIR)/motion_no_motion.c
SOURCES += $(MPL_DIR)/no_gyro_fusion.c
SOURCES += $(MPL_DIR)/quaternion_supervisor.c
SOURCES += $(MPL_DIR)/gyro_tc.c
SOURCES += $(MPL_DIR)/authenticate.c
SOURCES += $(MPL_DIR)/accel_auto_cal.c
SOURCES += $(MPL_DIR)/compass_vec_cal.c
SOURCES += $(MPL_DIR)/mag_disturb.c
SOURCES += $(MPL_DIR)/compass_bias_w_gyro.c
SOURCES += $(MPL_DIR)/heading_from_gyro.c
SOURCES += $(MPL_DIR)/compass_fit.c
SOURCES += $(MPL_DIR)/quat_accuracy_monitor.c
#SOURCES += $(MPL_DIR)/auto_calibration.c

INV_SOURCES += $(SOURCES)

VPATH = $(MPL_DIR)