aboutsummaryrefslogtreecommitdiffstats
path: root/os/ex/ST/lsm6ds0.mk
diff options
context:
space:
mode:
authorRocco Marco Guglielmi <roccomarco.guglielmi@gmail.com>2018-02-28 07:36:00 +0000
committerRocco Marco Guglielmi <roccomarco.guglielmi@gmail.com>2018-02-28 07:36:00 +0000
commit4fe88d34a42e600d537287aacc500adcda29c303 (patch)
tree8a312527c3a711c51294f92c924f09c7007748ff /os/ex/ST/lsm6ds0.mk
parente9f249bc21d5f5711464a53d0183f97a2e601180 (diff)
downloadChibiOS-4fe88d34a42e600d537287aacc500adcda29c303.tar.gz
ChibiOS-4fe88d34a42e600d537287aacc500adcda29c303.tar.bz2
ChibiOS-4fe88d34a42e600d537287aacc500adcda29c303.zip
Updated EX makefiles to be compliant with new mechanisms
git-svn-id: https://svn.code.sf.net/p/chibios/svn2/trunk@11590 110e8d01-0319-4d1e-a829-52ad28d1bb01
Diffstat (limited to 'os/ex/ST/lsm6ds0.mk')
-rw-r--r--os/ex/ST/lsm6ds0.mk6
1 files changed, 5 insertions, 1 deletions
diff --git a/os/ex/ST/lsm6ds0.mk b/os/ex/ST/lsm6ds0.mk
index 3acd24845..438680dda 100644
--- a/os/ex/ST/lsm6ds0.mk
+++ b/os/ex/ST/lsm6ds0.mk
@@ -3,4 +3,8 @@ LSM6DS0SRC := $(CHIBIOS)/os/ex/ST/lsm6ds0.c
# Required include directories
LSM6DS0INC := $(CHIBIOS)/os/hal/lib/peripherals/sensors \
- $(CHIBIOS)/os/ex/ST \ No newline at end of file
+ $(CHIBIOS)/os/ex/ST
+
+# Shared variables
+ALLCSRC += $(LSM6DS0SRC)
+ALLINC += $(LSM6DS0INC) \ No newline at end of file