aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/osal
diff options
context:
space:
mode:
Diffstat (limited to 'os/hal/osal')
-rw-r--r--os/hal/osal/nil/osal.mk4
-rw-r--r--os/hal/osal/os-less/ARMCMx/osal.mk4
-rw-r--r--os/hal/osal/os-less/AVR/osal.mk4
-rw-r--r--os/hal/osal/rt/osal.mk4
4 files changed, 16 insertions, 0 deletions
diff --git a/os/hal/osal/nil/osal.mk b/os/hal/osal/nil/osal.mk
index b4872a691..445d61ede 100644
--- a/os/hal/osal/nil/osal.mk
+++ b/os/hal/osal/nil/osal.mk
@@ -3,3 +3,7 @@ OSALSRC += ${CHIBIOS}/os/hal/osal/nil/osal.c
# Required include directories
OSALINC += ${CHIBIOS}/os/hal/osal/nil
+
+# Shared variables
+ALLCSRC += $(OSALSRC)
+ALLINC += $(OSALINC)
diff --git a/os/hal/osal/os-less/ARMCMx/osal.mk b/os/hal/osal/os-less/ARMCMx/osal.mk
index 5ecb54216..e2cd7ad1e 100644
--- a/os/hal/osal/os-less/ARMCMx/osal.mk
+++ b/os/hal/osal/os-less/ARMCMx/osal.mk
@@ -5,3 +5,7 @@ OSALSRC += ${CHIBIOS}/os/hal/osal/os-less/ARMCMx/osal.c \
# Required include directories
OSALINC += ${CHIBIOS}/os/hal/osal/os-less/ARMCMx \
${CHIBIOS}/os/hal/osal/lib
+
+# Shared variables
+ALLCSRC += $(OSALSRC)
+ALLINC += $(OSALINC)
diff --git a/os/hal/osal/os-less/AVR/osal.mk b/os/hal/osal/os-less/AVR/osal.mk
index d6ce7b853..4f929d708 100644
--- a/os/hal/osal/os-less/AVR/osal.mk
+++ b/os/hal/osal/os-less/AVR/osal.mk
@@ -3,3 +3,7 @@ OSALSRC += ${CHIBIOS}/os/hal/osal/os-less/AVR/osal.c
# Required include directories
OSALINC += ${CHIBIOS}/os/hal/osal/os-less/AVR
+
+# Shared variables
+ALLCSRC += $(OSALSRC)
+ALLINC += $(OSALINC)
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)