aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/osal/rt/osal.mk
diff options
context:
space:
mode:
Diffstat (limited to 'os/hal/osal/rt/osal.mk')
-rw-r--r--os/hal/osal/rt/osal.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/os/hal/osal/rt/osal.mk b/os/hal/osal/rt/osal.mk
index 3d123c986..f3f900625 100644
--- a/os/hal/osal/rt/osal.mk
+++ b/os/hal/osal/rt/osal.mk
@@ -3,3 +3,7 @@ OSALSRC += ${CHIBIOS}/os/hal/osal/rt/osal.c
# Required include directories
OSALINC += ${CHIBIOS}/os/hal/osal/rt
+
+# Shared variables
+ALLCSRC += $(OSALSRC)
+ALLINC += $(OSALINC)