mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2024-12-14 12:08:40 +00:00
12 lines
566 B
Makefile
Executable File
12 lines
566 B
Makefile
Executable File
# List of all the LPC8xx platform files.
|
|
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
|
|
|
|
# Required include directories
|
|
PLATFORMINC = ${CHIBIOS}/os/hal/platforms/LPC8xx
|