aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorutzig <utzig@35acf78f-673a-0410-8e92-d51de3d6d3f4>2014-07-08 19:01:50 +0000
committerutzig <utzig@35acf78f-673a-0410-8e92-d51de3d6d3f4>2014-07-08 19:01:50 +0000
commit4a9ae2565a7169c834a2205fe6cb96f830c9c414 (patch)
treebc672efaadf6f2d4a891e86004dba19664112f12
parent6e654279599f7cf1798c258cc11ebf653aa3fa16 (diff)
downloadChibiOS-4a9ae2565a7169c834a2205fe6cb96f830c9c414.tar.gz
ChibiOS-4a9ae2565a7169c834a2205fe6cb96f830c9c414.tar.bz2
ChibiOS-4a9ae2565a7169c834a2205fe6cb96f830c9c414.zip
Extra makefile for nil port
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7019 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r--os/nil/ports/AVR/compilers/GCC/mk/port.mk7
1 files changed, 7 insertions, 0 deletions
diff --git a/os/nil/ports/AVR/compilers/GCC/mk/port.mk b/os/nil/ports/AVR/compilers/GCC/mk/port.mk
new file mode 100644
index 000000000..0eaec1a5f
--- /dev/null
+++ b/os/nil/ports/AVR/compilers/GCC/mk/port.mk
@@ -0,0 +1,7 @@
+# List of the ChibiOS/RT AVR port files.
+PORTSRC = ${CHIBIOS}/os/nil/ports/AVR/nilcore.c
+
+PORTASM =
+
+PORTINC = ${CHIBIOS}/os/nil/ports/AVR \
+ ${CHIBIOS}/os/nil/ports/AVR/compilers/GCC