ChibiOS/os/ports/GCC/ARM7/port.mk

8 lines
237 B
Makefile

# 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