aboutsummaryrefslogtreecommitdiffstats
path: root/os/rt/ports/e200/compilers/GCC/mk/port.mk
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2015-11-18 10:24:08 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2015-11-18 10:24:08 +0000
commit88928325f6e694fff77bbb7ad78ea6c09dfecde6 (patch)
tree67cfa96229dc29d1c2878cb9bff5c1af4abefc35 /os/rt/ports/e200/compilers/GCC/mk/port.mk
parentda4c0dbaa0a453af6b1903554ccff1df7b98825c (diff)
downloadChibiOS-88928325f6e694fff77bbb7ad78ea6c09dfecde6.tar.gz
ChibiOS-88928325f6e694fff77bbb7ad78ea6c09dfecde6.tar.bz2
ChibiOS-88928325f6e694fff77bbb7ad78ea6c09dfecde6.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8508 35acf78f-673a-0410-8e92-d51de3d6d3f4
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