diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2010-04-02 12:47:05 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2010-04-02 12:47:05 +0000 |
commit | cec33ff0e62d3666f6a1828d78891d63da191e20 (patch) | |
tree | 449cd3b05d97067929a9d27838dafe0560ad7694 /os/ports | |
parent | 95a293d604bb8a2e7dedc3fc81f94d139d801f78 (diff) | |
download | ChibiOS-cec33ff0e62d3666f6a1828d78891d63da191e20.tar.gz ChibiOS-cec33ff0e62d3666f6a1828d78891d63da191e20.tar.bz2 ChibiOS-cec33ff0e62d3666f6a1828d78891d63da191e20.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1831 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/ports')
-rw-r--r-- | os/ports/GCC/ARMCMx/LPC111x/port.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/ports/GCC/ARMCMx/LPC111x/port.mk b/os/ports/GCC/ARMCMx/LPC111x/port.mk index 3935b9195..59ea66517 100644 --- a/os/ports/GCC/ARMCMx/LPC111x/port.mk +++ b/os/ports/GCC/ARMCMx/LPC111x/port.mk @@ -7,5 +7,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/LPC11xx \
+ ${CHIBIOS}/os/ports/GCC/ARMCMx/LPC111x \
${CHIBIOS}/os/ports/GCC/ARMCMx/cmsis
|