blob: d1d5ab87d510d7c14674f3a04e6b9caf427592eb (
plain)
1
2
3
4
5
6
|
# List of all the Win32 platform files.
PLATFORMSRC = ${CHIBIOS}/os/hal/platforms/Linux/hal_lld.c \
${CHIBIOS}/os/hal/platforms/Linux/serial_lld.c
# Required include directories
PLATFORMINC = ${CHIBIOS}/os/hal/platforms/Linux
|