aboutsummaryrefslogtreecommitdiffstats
path: root/os/various/shell/shell.mk
diff options
context:
space:
mode:
Diffstat (limited to 'os/various/shell/shell.mk')
-rw-r--r--os/various/shell/shell.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/os/various/shell/shell.mk b/os/various/shell/shell.mk
index de735d516..dfe901a53 100644
--- a/os/various/shell/shell.mk
+++ b/os/various/shell/shell.mk
@@ -3,3 +3,7 @@ SHELLSRC = $(CHIBIOS)/os/various/shell/shell.c \
$(CHIBIOS)/os/various/shell/shell_cmd.c
SHELLINC = $(CHIBIOS)/os/various/shell
+
+# Shared variables
+ALLCSRC += $(SHELLSRC)
+ALLINC += $(SHELLINC)