diff options
author | theShed <theShed@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-04-02 14:01:52 +0000 |
---|---|---|
committer | theShed <theShed@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-04-02 14:01:52 +0000 |
commit | 0424e11412d67f90d39bc1a9a090dfc70a1093cd (patch) | |
tree | 468484f664279fe9aa311dd2d368072d10bfbe97 /os/hal/platforms/LPC8xx/platform.mk | |
parent | 93baafe2e631849f61e8e73752c2b51cefa44578 (diff) | |
download | ChibiOS-0424e11412d67f90d39bc1a9a090dfc70a1093cd.tar.gz ChibiOS-0424e11412d67f90d39bc1a9a090dfc70a1093cd.tar.bz2 ChibiOS-0424e11412d67f90d39bc1a9a090dfc70a1093cd.zip |
Add os/hal/platforms/LPC8xx/spi_lld
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5534 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/platforms/LPC8xx/platform.mk')
-rw-r--r-- | os/hal/platforms/LPC8xx/platform.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/os/hal/platforms/LPC8xx/platform.mk b/os/hal/platforms/LPC8xx/platform.mk index be0190665..31f20d16c 100644 --- a/os/hal/platforms/LPC8xx/platform.mk +++ b/os/hal/platforms/LPC8xx/platform.mk @@ -3,6 +3,7 @@ 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/spi_lld.c \
${CHIBIOS}/os/hal/platforms/LPC8xx/ext_lld.c \
${CHIBIOS}/os/hal/platforms/LPC8xx/ext_lld_isr.c
|