aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/ports/LPC/LPC214x/platform.mk
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2016-04-02 09:14:16 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2016-04-02 09:14:16 +0000
commitf6351ceb39f5a21972c0716ea55fe9f611f1e057 (patch)
treeebf98e8fe2dbc87bc76df155a94da76ee75fd728 /os/hal/ports/LPC/LPC214x/platform.mk
parent98e88598b1bb49d59cf20086f028e0799ead9595 (diff)
downloadChibiOS-f6351ceb39f5a21972c0716ea55fe9f611f1e057.tar.gz
ChibiOS-f6351ceb39f5a21972c0716ea55fe9f611f1e057.tar.bz2
ChibiOS-f6351ceb39f5a21972c0716ea55fe9f611f1e057.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9216 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/ports/LPC/LPC214x/platform.mk')
-rw-r--r--os/hal/ports/LPC/LPC214x/platform.mk8
1 files changed, 4 insertions, 4 deletions
diff --git a/os/hal/ports/LPC/LPC214x/platform.mk b/os/hal/ports/LPC/LPC214x/platform.mk
index 791e433cb..068fb36e3 100644
--- a/os/hal/ports/LPC/LPC214x/platform.mk
+++ b/os/hal/ports/LPC/LPC214x/platform.mk
@@ -1,9 +1,9 @@
# List of all the LPC214x platform files.
PLATFORMSRC = ${CHIBIOS}/os/hal/ports/LPC/LPC214x/hal_lld.c \
- ${CHIBIOS}/os/hal/ports/LPC/LPC214x/pal_lld.c \
- ${CHIBIOS}/os/hal/ports/LPC/LPC214x/serial_lld.c \
- ${CHIBIOS}/os/hal/ports/LPC/LPC214x/spi_lld.c \
- ${CHIBIOS}/os/hal/ports/LPC/LPC214x/st_lld.c \
+ ${CHIBIOS}/os/hal/ports/LPC/LPC214x/hal_pal_lld.c \
+ ${CHIBIOS}/os/hal/ports/LPC/LPC214x/hal_serial_lld.c \
+ ${CHIBIOS}/os/hal/ports/LPC/LPC214x/hal_spi_lld.c \
+ ${CHIBIOS}/os/hal/ports/LPC/LPC214x/hal_st_lld.c \
${CHIBIOS}/os/hal/ports/LPC/LPC214x/vic.c
# Required include directories