aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/platforms/Linux/platform.mk
blob: 018ee3e4156373238e2a258c1f72719baf73eefb (plain)
1
2
3
4
5
6
7
# List of all the Posix platform files.
PLATFORMSRC = ${CHIBIOS}/os/hal/platforms/Linux/hal_lld.c \
               ${CHIBIOS}/os/hal/platforms/Linux/pal_lld.c \
              ${CHIBIOS}/os/hal/platforms/Linux/serial_lld.c

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