aboutsummaryrefslogtreecommitdiffstats
path: root/os/rt/ports/AVR/compilers/GCC/mk
diff options
context:
space:
mode:
authorutzig <utzig@35acf78f-673a-0410-8e92-d51de3d6d3f4>2014-06-29 23:03:23 +0000
committerutzig <utzig@35acf78f-673a-0410-8e92-d51de3d6d3f4>2014-06-29 23:03:23 +0000
commit5eb1ae8cc3f4d2584d31e2d9672162bf8bfc0274 (patch)
treed9d788870f95e67c1a8af1cfcb86bda86d680794 /os/rt/ports/AVR/compilers/GCC/mk
parent852f75dabe8c25a01d6becc6291aa8c26dda0cf5 (diff)
downloadChibiOS-5eb1ae8cc3f4d2584d31e2d9672162bf8bfc0274.tar.gz
ChibiOS-5eb1ae8cc3f4d2584d31e2d9672162bf8bfc0274.tar.bz2
ChibiOS-5eb1ae8cc3f4d2584d31e2d9672162bf8bfc0274.zip
Add initial RT-3 AVR port
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@6998 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/rt/ports/AVR/compilers/GCC/mk')
-rw-r--r--os/rt/ports/AVR/compilers/GCC/mk/port.mk7
1 files changed, 7 insertions, 0 deletions
diff --git a/os/rt/ports/AVR/compilers/GCC/mk/port.mk b/os/rt/ports/AVR/compilers/GCC/mk/port.mk
new file mode 100644
index 000000000..ff129b8e0
--- /dev/null
+++ b/os/rt/ports/AVR/compilers/GCC/mk/port.mk
@@ -0,0 +1,7 @@
+# List of the ChibiOS/RT AVR port files.
+PORTSRC = ${CHIBIOS}/os/rt/ports/AVR/chcore.c
+
+PORTASM =
+
+PORTINC = ${CHIBIOS}/os/rt/ports/AVR \
+ ${CHIBIOS}/os/rt/ports/AVR/compilers/GCC