aboutsummaryrefslogtreecommitdiffstats
path: root/os/ports/GCC/ARM/port.mk
diff options
context:
space:
mode:
Diffstat (limited to 'os/ports/GCC/ARM/port.mk')
-rw-r--r--os/ports/GCC/ARM/port.mk7
1 files changed, 0 insertions, 7 deletions
diff --git a/os/ports/GCC/ARM/port.mk b/os/ports/GCC/ARM/port.mk
deleted file mode 100644
index fdad5f5e6..000000000
--- a/os/ports/GCC/ARM/port.mk
+++ /dev/null
@@ -1,7 +0,0 @@
-# List of the ChibiOS/RT ARM7/9 port files.
-PORTSRC = ${CHIBIOS}/os/ports/GCC/ARM/chcore.c
-
-PORTASM = ${CHIBIOS}/os/ports/GCC/ARM/crt0.s \
- ${CHIBIOS}/os/ports/GCC/ARM/chcoreasm.s
-
-PORTINC = ${CHIBIOS}/os/ports/GCC/ARM