From a7a30bf314ccd34aa705f013c188d348c0a8133e Mon Sep 17 00:00:00 2001 From: gdisirio Date: Sat, 27 Mar 2010 08:41:41 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1792 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/ports/GCC/ARMCMx/LPC11xx/port.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'os') 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 -- cgit v1.2.3