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