diff options
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
|