gnuk/ChibiOS_2.0.8/os/ports/GCC/ARM7/port.mk
2010-11-30 13:54:43 +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