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