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