2009-09-19 08:00:34 +00:00
|
|
|
# List of the ChibiOS/RT ARM7 port files.
|
|
|
|
PORTSRC = ${CHIBIOS}/os/ports/GCC/ARM7/chcore.c
|
2009-08-16 13:07:24 +00:00
|
|
|
|
2009-09-19 08:00:34 +00:00
|
|
|
PORTASM = ${CHIBIOS}/os/ports/GCC/ARM7/crt0.s \
|
|
|
|
${CHIBIOS}/os/ports/GCC/ARM7/chcoreasm.s
|
2009-08-16 13:07:24 +00:00
|
|
|
|
2009-09-19 08:00:34 +00:00
|
|
|
PORTINC = ${CHIBIOS}/os/ports/GCC/ARM7
|