mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2024-12-15 12:38:11 +00:00
9 lines
357 B
Makefile
Executable File
9 lines
357 B
Makefile
Executable File
# List of all the AVR platform files.
|
|
PLATFORMSRC = ${CHIBIOS}/os/hal/platforms/AVR/hal_lld.c \
|
|
${CHIBIOS}/os/hal/platforms/AVR/pal_lld.c \
|
|
${CHIBIOS}/os/hal/platforms/AVR/serial_lld.c \
|
|
${CHIBIOS}/os/hal/platforms/AVR/i2c_lld.c
|
|
|
|
# Required include directories
|
|
PLATFORMINC = ${CHIBIOS}/os/hal/platforms/AVR
|