diff options
Diffstat (limited to 'lib/chibios/os/sb/host/compilers/GCC/sbhost.mk')
-rw-r--r-- | lib/chibios/os/sb/host/compilers/GCC/sbhost.mk | 14 |
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. | ||
2 | SBHOSTSRC = $(CHIBIOS)/os/sb/host/sbhost.c \ | ||
3 | $(CHIBIOS)/os/sb/host/sbapi.c \ | ||
4 | $(CHIBIOS)/os/sb/host/sbposix.c | ||
5 | |||
6 | SBHOSTASM = $(CHIBIOS)/os/sb/host/compilers/GCC/sbexc.S | ||
7 | |||
8 | SBHOSTINC = $(CHIBIOS)/os/sb/common \ | ||
9 | $(CHIBIOS)/os/sb/host | ||
10 | |||
11 | # Shared variables | ||
12 | ALLXASMSRC += $(SBHOSTASM) | ||
13 | ALLCSRC += $(SBHOSTSRC) | ||
14 | ALLINC += $(SBHOSTINC) | ||