aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/hal.mk
diff options
context:
space:
mode:
Diffstat (limited to 'os/hal/hal.mk')
-rw-r--r--os/hal/hal.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/os/hal/hal.mk b/os/hal/hal.mk
index 12f6b997b..59e19c13b 100644
--- a/os/hal/hal.mk
+++ b/os/hal/hal.mk
@@ -111,3 +111,7 @@ endif
# Required include directories
HALINC = $(CHIBIOS)/os/hal/include
+
+# Shared variables
+ALLCSRC += $(HALSRC)
+ALLINC += $(HALINC)