aboutsummaryrefslogtreecommitdiff
path: root/lib/chibios/os/sb/host/compilers/GCC/sbhost.mk
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chibios/os/sb/host/compilers/GCC/sbhost.mk')
-rw-r--r--lib/chibios/os/sb/host/compilers/GCC/sbhost.mk14
1 files changed, 14 insertions, 0 deletions
diff --git a/lib/chibios/os/sb/host/compilers/GCC/sbhost.mk b/lib/chibios/os/sb/host/compilers/GCC/sbhost.mk
new file mode 100644
index 000000000..44a900c5b
--- /dev/null
+++ b/lib/chibios/os/sb/host/compilers/GCC/sbhost.mk
@@ -0,0 +1,14 @@
1# List of the ChibiOS ARMv7-M sandbox host files.
2SBHOSTSRC = $(CHIBIOS)/os/sb/host/sbhost.c \
3 $(CHIBIOS)/os/sb/host/sbapi.c \
4 $(CHIBIOS)/os/sb/host/sbposix.c
5
6SBHOSTASM = $(CHIBIOS)/os/sb/host/compilers/GCC/sbexc.S
7
8SBHOSTINC = $(CHIBIOS)/os/sb/common \
9 $(CHIBIOS)/os/sb/host
10
11# Shared variables
12ALLXASMSRC += $(SBHOSTASM)
13ALLCSRC += $(SBHOSTSRC)
14ALLINC += $(SBHOSTINC)