aboutsummaryrefslogtreecommitdiff
path: root/lib/chibios/os/various/shell/shell.mk
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chibios/os/various/shell/shell.mk')
-rw-r--r--lib/chibios/os/various/shell/shell.mk9
1 files changed, 9 insertions, 0 deletions
diff --git a/lib/chibios/os/various/shell/shell.mk b/lib/chibios/os/various/shell/shell.mk
new file mode 100644
index 000000000..66a9d6bea
--- /dev/null
+++ b/lib/chibios/os/various/shell/shell.mk
@@ -0,0 +1,9 @@
1# RT Shell files.
2SHELLSRC = $(CHIBIOS)/os/various/shell/shell.c \
3 $(CHIBIOS)/os/various/shell/shell_cmd.c
4
5SHELLINC = $(CHIBIOS)/os/various/shell
6
7# Shared variables
8ALLCSRC += $(SHELLSRC)
9ALLINC += $(SHELLINC)