aboutsummaryrefslogtreecommitdiffstats
path: root/os/ports/GCC/ARMCMx/STM32F103/port.mk
diff options
context:
space:
mode:
Diffstat (limited to 'os/ports/GCC/ARMCMx/STM32F103/port.mk')
-rw-r--r--os/ports/GCC/ARMCMx/STM32F103/port.mk10
1 files changed, 0 insertions, 10 deletions
diff --git a/os/ports/GCC/ARMCMx/STM32F103/port.mk b/os/ports/GCC/ARMCMx/STM32F103/port.mk
deleted file mode 100644
index 758d400c2..000000000
--- a/os/ports/GCC/ARMCMx/STM32F103/port.mk
+++ /dev/null
@@ -1,10 +0,0 @@
-# List of the ChibiOS/RT Cortex-M3 port files.
-PORTSRC = ${CHIBIOS}/os/ports/GCC/ARMCMx/chcore.c \
- ${CHIBIOS}/os/ports/GCC/ARMCMx/nvic.c \
- ${CHIBIOS}/os/ports/GCC/ARMCMx/cmsis/core_cm3.c
-
-PORTASM = ${CHIBIOS}/os/ports/GCC/ARMCMx/crt0.s
-
-PORTINC = ${CHIBIOS}/os/ports/GCC/ARMCMx \
- ${CHIBIOS}/os/ports/GCC/ARMCMx/STM32F103 \
- ${CHIBIOS}/os/ports/GCC/ARMCMx/cmsis