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