diff options
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.mk | 12 |
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. | ||
2 | PORTSRC = ${CHIBIOS}/os/common/ports/SIMIA32/chcore.c | ||
3 | |||
4 | PORTASM = | ||
5 | |||
6 | PORTINC = ${CHIBIOS}/os/common/ports/SIMIA32/compilers/GCC \ | ||
7 | ${CHIBIOS}/os/common/ports/SIMIA32 | ||
8 | |||
9 | # Shared variables | ||
10 | ALLXASMSRC += $(PORTASM) | ||
11 | ALLCSRC += $(PORTSRC) | ||
12 | ALLINC += $(PORTINC) | ||