From 4a9ae2565a7169c834a2205fe6cb96f830c9c414 Mon Sep 17 00:00:00 2001
From: utzig <utzig@35acf78f-673a-0410-8e92-d51de3d6d3f4>
Date: Tue, 8 Jul 2014 19:01:50 +0000
Subject: Extra makefile for nil port

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7019 35acf78f-673a-0410-8e92-d51de3d6d3f4
---
 os/nil/ports/AVR/compilers/GCC/mk/port.mk | 7 +++++++
 1 file changed, 7 insertions(+)
 create mode 100644 os/nil/ports/AVR/compilers/GCC/mk/port.mk

(limited to 'os')

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
-- 
cgit v1.2.3