8 lines
235 B
Makefile
8 lines
235 B
Makefile
|
# List of the ChibiOS/RT ARM7/9 port files.
|
||
|
PORTSRC = ${CHIBIOS}/os/ports/GCC/ARM/chcore.c
|
||
|
|
||
|
PORTASM = ${CHIBIOS}/os/ports/GCC/ARM/crt0.s \
|
||
|
${CHIBIOS}/os/ports/GCC/ARM/chcoreasm.s
|
||
|
|
||
|
PORTINC = ${CHIBIOS}/os/ports/GCC/ARM
|