aboutsummaryrefslogtreecommitdiffstats
path: root/os/ex/ST/lis302dl.mk
diff options
context:
space:
mode:
authorRocco Marco Guglielmi <roccomarco.guglielmi@live.com>2016-05-10 17:08:27 +0000
committerRocco Marco Guglielmi <roccomarco.guglielmi@live.com>2016-05-10 17:08:27 +0000
commit63f127f792aff967b99767665c936484f5c29b74 (patch)
tree4249237f93ba6130f252c75e63a70eb6f39330ce /os/ex/ST/lis302dl.mk
parentb8983060bba2e5e7728eca8bd495f1911405bb2b (diff)
downloadChibiOS-63f127f792aff967b99767665c936484f5c29b74.tar.gz
ChibiOS-63f127f792aff967b99767665c936484f5c29b74.tar.bz2
ChibiOS-63f127f792aff967b99767665c936484f5c29b74.zip
EX: added support for LIS302DL
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9459 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/ex/ST/lis302dl.mk')
-rw-r--r--os/ex/ST/lis302dl.mk6
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