diff options
Diffstat (limited to 'os/ex/ST/lis302dl.mk')
-rw-r--r-- | os/ex/ST/lis302dl.mk | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/os/ex/ST/lis302dl.mk b/os/ex/ST/lis302dl.mk new file mode 100644 index 000000000..6630e2c74 --- /dev/null +++ b/os/ex/ST/lis302dl.mk @@ -0,0 +1,6 @@ +# List of all the LIS302DL device files.
+LIS302DLSRC := $(CHIBIOS)/os/ex/ST/lis302dl.c
+
+# Required include directories
+LIS302DLINC := $(CHIBIOS)/os/hal/lib/peripherals/sensors \
+ $(CHIBIOS)/os/ex/ST
\ No newline at end of file |