gnuk/ChibiOS_2.0.2/os/ports/GCC/ARM7/port.mk
2010-08-10 12:11:02 +09:00

8 lines
230 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