From ba32a0d83d05d57fc66f36e7feff9f6e5c585924 Mon Sep 17 00:00:00 2001
From: John Melton - G0ORX/N6LYT <john.d.melton@googlemail.com>
Date: Tue, 19 Jul 2016 08:37:32 +0000
Subject: [PATCH] Changed Makefile to require define of host type rather than
 using 'uname -n'.

---
 Makefile | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 2ccc0f6..89d6d22 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,8 @@
-UNAME_N := $(shell uname -n)
+UNAME_N=raspberrypi
+#UNAME_N=odroid
+#UNAME_N=up
+#UNAME_N=other
+
 CC=gcc
 LINK=gcc
 
-- 
2.45.2