aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/platforms/LPC8xx/platform.mk
diff options
context:
space:
mode:
authortheShed <theShed@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-03-15 21:57:43 +0000
committertheShed <theShed@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-03-15 21:57:43 +0000
commitf0b4615ece04a96c3b0e8ee23af775abacbc875b (patch)
tree4e148ee17b19e417eeab89c6dc7a869130a71b2e /os/hal/platforms/LPC8xx/platform.mk
parentb3b08c8230666b29f814be862ffc94c28a61bd53 (diff)
downloadChibiOS-f0b4615ece04a96c3b0e8ee23af775abacbc875b.tar.gz
ChibiOS-f0b4615ece04a96c3b0e8ee23af775abacbc875b.tar.bz2
ChibiOS-f0b4615ece04a96c3b0e8ee23af775abacbc875b.zip
LPC8xx EXT driver
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5436 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/platforms/LPC8xx/platform.mk')
-rw-r--r--os/hal/platforms/LPC8xx/platform.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/os/hal/platforms/LPC8xx/platform.mk b/os/hal/platforms/LPC8xx/platform.mk
index 3818f1021..be0190665 100644
--- a/os/hal/platforms/LPC8xx/platform.mk
+++ b/os/hal/platforms/LPC8xx/platform.mk
@@ -2,7 +2,9 @@
PLATFORMSRC = ${CHIBIOS}/os/hal/platforms/LPC8xx/hal_lld.c \
${CHIBIOS}/os/hal/platforms/LPC8xx/gpt_lld.c \
${CHIBIOS}/os/hal/platforms/LPC8xx/pal_lld.c \
- ${CHIBIOS}/os/hal/platforms/LPC8xx/serial_lld.c
+ ${CHIBIOS}/os/hal/platforms/LPC8xx/serial_lld.c \
+ ${CHIBIOS}/os/hal/platforms/LPC8xx/ext_lld.c \
+ ${CHIBIOS}/os/hal/platforms/LPC8xx/ext_lld_isr.c
# Required include directories
PLATFORMINC = ${CHIBIOS}/os/hal/platforms/LPC8xx