aboutsummaryrefslogtreecommitdiff
path: root/lib/chibios/os/common/ports/SIMIA32/compilers/GCC/port.mk
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chibios/os/common/ports/SIMIA32/compilers/GCC/port.mk')
-rw-r--r--lib/chibios/os/common/ports/SIMIA32/compilers/GCC/port.mk12
1 files changed, 12 insertions, 0 deletions
diff --git a/lib/chibios/os/common/ports/SIMIA32/compilers/GCC/port.mk b/lib/chibios/os/common/ports/SIMIA32/compilers/GCC/port.mk
new file mode 100644
index 000000000..8046f6c58
--- /dev/null
+++ b/lib/chibios/os/common/ports/SIMIA32/compilers/GCC/port.mk
@@ -0,0 +1,12 @@
1# List of the ChibiOS/RT SIMIA32 port files.
2PORTSRC = ${CHIBIOS}/os/common/ports/SIMIA32/chcore.c
3
4PORTASM =
5
6PORTINC = ${CHIBIOS}/os/common/ports/SIMIA32/compilers/GCC \
7 ${CHIBIOS}/os/common/ports/SIMIA32
8
9# Shared variables
10ALLXASMSRC += $(PORTASM)
11ALLCSRC += $(PORTSRC)
12ALLINC += $(PORTINC)