aboutsummaryrefslogtreecommitdiffstats
path: root/os/ports/GCC/ARMCMx/LPC11xx/port.mk
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-03-29 07:53:49 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-03-29 07:53:49 +0000
commitc07afb1c53389d000e00a11524bf6b03bdcb0189 (patch)
tree878e4885a5a3907b47da2310400d3c2be0606d90 /os/ports/GCC/ARMCMx/LPC11xx/port.mk
parent2f8c8bbaf64896765d4ba66e2924e30fd4e5ecc9 (diff)
downloadChibiOS-c07afb1c53389d000e00a11524bf6b03bdcb0189.tar.gz
ChibiOS-c07afb1c53389d000e00a11524bf6b03bdcb0189.tar.bz2
ChibiOS-c07afb1c53389d000e00a11524bf6b03bdcb0189.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1801 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/ports/GCC/ARMCMx/LPC11xx/port.mk')
-rw-r--r--os/ports/GCC/ARMCMx/LPC11xx/port.mk10
1 files changed, 0 insertions, 10 deletions
diff --git a/os/ports/GCC/ARMCMx/LPC11xx/port.mk b/os/ports/GCC/ARMCMx/LPC11xx/port.mk
deleted file mode 100644
index 0d82384fb..000000000
--- a/os/ports/GCC/ARMCMx/LPC11xx/port.mk
+++ /dev/null
@@ -1,10 +0,0 @@
-# List of the ChibiOS/RT Cortex-M0 LPC11xx port files.
-PORTSRC = ${CHIBIOS}/os/ports/GCC/ARMCMx/chcore.c \
- ${CHIBIOS}/os/ports/GCC/ARMCMx/nvic.c
-# ${CHIBIOS}/os/ports/GCC/ARMCMx/cmsis/core_cm0.c
-
-PORTASM = ${CHIBIOS}/os/ports/GCC/ARMCMx/crt0.s
-
-PORTINC = ${CHIBIOS}/os/ports/GCC/ARMCMx \
- ${CHIBIOS}/os/ports/GCC/ARMCMx/LPC11xx \
- ${CHIBIOS}/os/ports/GCC/ARMCMx/cmsis