aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/platforms/AVR/platform.mk
blob: e31413c79230b3774802f4bfbef5fc78043a49da (plain)
1
2
3
4
5
6
7
# 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

# Required include directories
PLATFORMINC = ${CHIBIOS}/os/hal/platforms/AVR