aboutsummaryrefslogtreecommitdiffstats
path: root/os
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-03-27 08:41:41 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-03-27 08:41:41 +0000
commita7a30bf314ccd34aa705f013c188d348c0a8133e (patch)
tree85efd61d5c1ee020179a1cf06d6dec9123eaee7f /os
parente3b1db9d5dd600595e5a4521b14473793e5734bc (diff)
downloadChibiOS-a7a30bf314ccd34aa705f013c188d348c0a8133e.tar.gz
ChibiOS-a7a30bf314ccd34aa705f013c188d348c0a8133e.tar.bz2
ChibiOS-a7a30bf314ccd34aa705f013c188d348c0a8133e.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1792 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os')
-rw-r--r--os/ports/GCC/ARMCMx/LPC11xx/port.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/os/ports/GCC/ARMCMx/LPC11xx/port.mk b/os/ports/GCC/ARMCMx/LPC11xx/port.mk
index 2ea4fc00e..0d82384fb 100644
--- a/os/ports/GCC/ARMCMx/LPC11xx/port.mk
+++ b/os/ports/GCC/ARMCMx/LPC11xx/port.mk
@@ -1,4 +1,4 @@
-# List of the ChibiOS/RT Cortex-M0 LPC111x port files.
+# 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
@@ -6,5 +6,5 @@ PORTSRC = ${CHIBIOS}/os/ports/GCC/ARMCMx/chcore.c \
PORTASM = ${CHIBIOS}/os/ports/GCC/ARMCMx/crt0.s
PORTINC = ${CHIBIOS}/os/ports/GCC/ARMCMx \
- ${CHIBIOS}/os/ports/GCC/ARMCMx/LPC111x \
+ ${CHIBIOS}/os/ports/GCC/ARMCMx/LPC11xx \
${CHIBIOS}/os/ports/GCC/ARMCMx/cmsis