aboutsummaryrefslogtreecommitdiffstats
path: root/os/rt/ports/e200/compilers/GCC/mk/port.mk
diff options
context:
space:
mode:
Diffstat (limited to 'os/rt/ports/e200/compilers/GCC/mk/port.mk')
-rw-r--r--os/rt/ports/e200/compilers/GCC/mk/port.mk8
1 files changed, 8 insertions, 0 deletions
diff --git a/os/rt/ports/e200/compilers/GCC/mk/port.mk b/os/rt/ports/e200/compilers/GCC/mk/port.mk
new file mode 100644
index 000000000..04562c7d7
--- /dev/null
+++ b/os/rt/ports/e200/compilers/GCC/mk/port.mk
@@ -0,0 +1,8 @@
+# List of the ChibiOS/RT e200 generic port files.
+PORTSRC = $(CHIBIOS)/os/rt/ports/e200/chcore.c
+
+PORTASM = $(CHIBIOS)/os/rt/ports/e200/compilers/GCC/ivor.s \
+ $(CHIBIOS)/os/rt/ports/e200/compilers/GCC/chcoreasm.s
+
+PORTINC = $(CHIBIOS)/os/rt/ports/e200 \
+ $(CHIBIOS)/os/rt/ports/e200/compilers/GCC