aboutsummaryrefslogtreecommitdiffstats
path: root/os/ex/ST/lsm303dlhc.mk
diff options
context:
space:
mode:
Diffstat (limited to 'os/ex/ST/lsm303dlhc.mk')
-rw-r--r--os/ex/ST/lsm303dlhc.mk6
1 files changed, 5 insertions, 1 deletions
diff --git a/os/ex/ST/lsm303dlhc.mk b/os/ex/ST/lsm303dlhc.mk
index caab8e439..5201414ca 100644
--- a/os/ex/ST/lsm303dlhc.mk
+++ b/os/ex/ST/lsm303dlhc.mk
@@ -3,4 +3,8 @@ LSM303DLHCSRC := $(CHIBIOS)/os/ex/ST/lsm303dlhc.c
# Required include directories
LSM303DLHCINC := $(CHIBIOS)/os/hal/lib/peripherals/sensors \
- $(CHIBIOS)/os/ex/ST \ No newline at end of file
+ $(CHIBIOS)/os/ex/ST
+
+# Shared variables
+ALLCSRC += $(LSM303DLHCSRC)
+ALLINC += $(LSM303DLHCINC) \ No newline at end of file