aboutsummaryrefslogtreecommitdiffstats
path: root/os/ports/GCC/ARM7/port.mk
blob: 7ed810a9af72cf384deec9ab82d4501e2eedd863 (plain)
1
2
3
4
5
6
7
# List of the ChibiOS/RT ARM7 port files.
PORTSRC = ${CHIBIOS}/os/ports/GCC/ARM7/chcore.c

PORTASM = ${CHIBIOS}/os/ports/GCC/ARM7/crt0.s \
          ${CHIBIOS}/os/ports/GCC/ARM7/chcoreasm.s

PORTINC = ${CHIBIOS}/os/ports/GCC/ARM7