From: John Melton - G0ORX/N6LYT Date: Tue, 19 Jul 2016 08:37:32 +0000 (+0000) Subject: Changed Makefile to require define of host type rather than using 'uname -n'. X-Git-Url: https://git.rkrishnan.org/%5B/specifications?a=commitdiff_plain;h=ba32a0d83d05d57fc66f36e7feff9f6e5c585924;p=pihpsdr.git Changed Makefile to require define of host type rather than using 'uname -n'. --- 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