From 47b7a3f56e7db15154cce1a6feea1fe3cd841669 Mon Sep 17 00:00:00 2001 From: John Melton - G0ORX Date: Mon, 26 Feb 2018 13:24:51 +0000 Subject: [PATCH] Fixed Makefile for default piHPSDR build --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index f4aa416..6b3034d 100644 --- a/Makefile +++ b/Makefile @@ -25,7 +25,7 @@ GPIO_INCLUDE=GPIO #SX1509_INCLUDE=sx1509 # uncomment the line to below include support local CW keyer -LOCALCW_INCLUDE=LOCALCW +#LOCALCW_INCLUDE=LOCALCW # uncomment the line below to include support for STEMlab discovery #STEMLAB_DISCOVERY=STEMLAB_DISCOVERY @@ -81,7 +81,7 @@ endif #LIMESDR_INCLUDE=LIMESDR # uncomment the line below when Radioberry radio cape is plugged in -RADIOBERRY_INCLUDE=RADIOBERRY +#RADIOBERRY_INCLUDE=RADIOBERRY ifeq ($(RADIOBERRY_INCLUDE),RADIOBERRY) RADIOBERRY_OPTIONS=-D RADIOBERRY -- 2.45.2