diff options
Diffstat (limited to 'lib/chibios/os/ex/devices/ST/lis3dsh.mk')
-rw-r--r-- | lib/chibios/os/ex/devices/ST/lis3dsh.mk | 10 |
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. | ||
2 | LIS3DSHSRC := $(CHIBIOS)/os/ex/devices/ST/lis3dsh.c | ||
3 | |||
4 | # Required include directories | ||
5 | LIS3DSHINC := $(CHIBIOS)/os/ex/include \ | ||
6 | $(CHIBIOS)/os/ex/devices/ST | ||
7 | |||
8 | # Shared variables | ||
9 | ALLCSRC += $(LIS3DSHSRC) | ||
10 | ALLINC += $(LIS3DSHINC) \ No newline at end of file | ||