aboutsummaryrefslogtreecommitdiffstats
path: root/os/ports/GCC/PPC/port.mk
diff options
context:
space:
mode:
Diffstat (limited to 'os/ports/GCC/PPC/port.mk')
-rw-r--r--os/ports/GCC/PPC/port.mk6
1 files changed, 6 insertions, 0 deletions
diff --git a/os/ports/GCC/PPC/port.mk b/os/ports/GCC/PPC/port.mk
new file mode 100644
index 000000000..4f14365a4
--- /dev/null
+++ b/os/ports/GCC/PPC/port.mk
@@ -0,0 +1,6 @@
+# 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