8 lines
222 B
Makefile
8 lines
222 B
Makefile
|
# List of the ChibiOS/RT Cortex-M3 port files.
|
||
|
PORTSRC = ../../os/ports/GCC/ARM7/chcore.c
|
||
|
|
||
|
PORTASM = ../../os/ports/GCC/ARM7/crt0.s \
|
||
|
../../os/ports/GCC/ARM7/chcoreasm.s
|
||
|
|
||
|
PORTINC = ../../os/ports/GCC/ARM7
|