aboutsummaryrefslogtreecommitdiffstats
path: root/ChibiOS_20.3.2/os/ex/devices/ST/lsm303agr.mk
diff options
context:
space:
mode:
Diffstat (limited to 'ChibiOS_20.3.2/os/ex/devices/ST/lsm303agr.mk')
-rw-r--r--ChibiOS_20.3.2/os/ex/devices/ST/lsm303agr.mk10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChibiOS_20.3.2/os/ex/devices/ST/lsm303agr.mk b/ChibiOS_20.3.2/os/ex/devices/ST/lsm303agr.mk
new file mode 100644
index 0000000..ddd54eb
--- /dev/null
+++ b/ChibiOS_20.3.2/os/ex/devices/ST/lsm303agr.mk
@@ -0,0 +1,10 @@
+# List of all the LSM303AGR device files.
+LSM303AGRSRC := $(CHIBIOS)/os/ex/devices/ST/lsm303agr.c
+
+# Required include directories
+LSM303AGRINC := $(CHIBIOS)/os/ex/include \
+ $(CHIBIOS)/os/ex/devices/ST
+
+# Shared variables
+ALLCSRC += $(LSM303AGRSRC)
+ALLINC += $(LSM303AGRINC) \ No newline at end of file