7 lines
179 B
Makefile
7 lines
179 B
Makefile
|
# List of the ChibiOS/RT PPC port files.
|
||
|
PORTSRC = ${CHIBIOS}/os/ports/GCC/PPC/chcore.c
|
||
|
|
||
|
PORTASM = ${CHIBIOS}/os/ports/GCC/PPC/crt0.s
|
||
|
|
||
|
PORTINC = ${CHIBIOS}/os/ports/GCC/PPC
|