aboutsummaryrefslogtreecommitdiff
path: root/lib/chibios/os/ex/devices/ST/lis3dsh.mk
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chibios/os/ex/devices/ST/lis3dsh.mk')
-rw-r--r--lib/chibios/os/ex/devices/ST/lis3dsh.mk10
1 files changed, 10 insertions, 0 deletions
diff --git a/lib/chibios/os/ex/devices/ST/lis3dsh.mk b/lib/chibios/os/ex/devices/ST/lis3dsh.mk
new file mode 100644
index 000000000..270c78d9e
--- /dev/null
+++ b/lib/chibios/os/ex/devices/ST/lis3dsh.mk
@@ -0,0 +1,10 @@
1# List of all the LIS3DSH device files.
2LIS3DSHSRC := $(CHIBIOS)/os/ex/devices/ST/lis3dsh.c
3
4# Required include directories
5LIS3DSHINC := $(CHIBIOS)/os/ex/include \
6 $(CHIBIOS)/os/ex/devices/ST
7
8# Shared variables
9ALLCSRC += $(LIS3DSHSRC)
10ALLINC += $(LIS3DSHINC) \ No newline at end of file