]> git.rkrishnan.org Git - pihpsdr.git/commitdiff
Changed Makefile to require define of host type rather than using 'uname -n'.
authorJohn Melton - G0ORX/N6LYT <john.d.melton@googlemail.com>
Tue, 19 Jul 2016 08:37:32 +0000 (08:37 +0000)
committerJohn Melton - G0ORX/N6LYT <john.d.melton@googlemail.com>
Tue, 19 Jul 2016 08:37:32 +0000 (08:37 +0000)
Makefile

index 2ccc0f667461701c725ea523ec99bbb766a6936b..89d6d22d0175b021af108084416c2258dd8e3287 100644 (file)
--- 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