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