aboutsummaryrefslogtreecommitdiffstats
path: root/os/ports/GCC/ARMCMx/LPC11xx/port.mk
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-12-11 16:01:07 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-12-11 16:01:07 +0000
commit7adef2884e48ab11abd4b2f032263649c2ac22d2 (patch)
tree2fb311d911158b6dfac8352b17779cee67989367 /os/ports/GCC/ARMCMx/LPC11xx/port.mk
parentda78cb93d9d4d1c528b206b5d5959c8a922427e7 (diff)
downloadChibiOS-7adef2884e48ab11abd4b2f032263649c2ac22d2.tar.gz
ChibiOS-7adef2884e48ab11abd4b2f032263649c2ac22d2.tar.bz2
ChibiOS-7adef2884e48ab11abd4b2f032263649c2ac22d2.zip
Removed CMSIS dependencies from the ARMCMx port layer.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2471 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/ports/GCC/ARMCMx/LPC11xx/port.mk')
-rw-r--r--os/ports/GCC/ARMCMx/LPC11xx/port.mk6
1 files changed, 2 insertions, 4 deletions
diff --git a/os/ports/GCC/ARMCMx/LPC11xx/port.mk b/os/ports/GCC/ARMCMx/LPC11xx/port.mk
index 9055c8895..886add45d 100644
--- a/os/ports/GCC/ARMCMx/LPC11xx/port.mk
+++ b/os/ports/GCC/ARMCMx/LPC11xx/port.mk
@@ -2,11 +2,9 @@
PORTSRC = $(CHIBIOS)/os/ports/GCC/ARMCMx/LPC11xx/vectors.c \
${CHIBIOS}/os/ports/GCC/ARMCMx/chcore.c \
${CHIBIOS}/os/ports/GCC/ARMCMx/chcore_v6m.c \
- ${CHIBIOS}/os/ports/GCC/ARMCMx/nvic.c \
- ${CHIBIOS}/os/ports/GCC/ARMCMx/cmsis/core_cm0.c
+ ${CHIBIOS}/os/ports/GCC/ARMCMx/nvic.c
PORTASM = ${CHIBIOS}/os/ports/GCC/ARMCMx/crt0_v6m.s
PORTINC = ${CHIBIOS}/os/ports/GCC/ARMCMx \
- ${CHIBIOS}/os/ports/GCC/ARMCMx/LPC11xx \
- ${CHIBIOS}/os/ports/GCC/ARMCMx/cmsis
+ ${CHIBIOS}/os/ports/GCC/ARMCMx/LPC11xx