From: Ramakrishnan Muthukrishnan Date: Wed, 23 Feb 2022 09:39:31 +0000 (+0530) Subject: Makefile: re-enable GPIO and LOCALCW by default X-Git-Url: https://git.rkrishnan.org/Site/Content/simplejson/status?a=commitdiff_plain;h=86ff4cd4c5eab19176fc4037bfa58e585f1fe25c;p=pihpsdr.git Makefile: re-enable GPIO and LOCALCW by default --- diff --git a/Makefile b/Makefile index 42e645a..bcdf64d 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ GIT_VERSION := $(shell git describe --abbrev=0 --tags) # CONTROLLER2_V1 single encoders with MCP23017 switches # CONTROLLER2_V2 dual encoders with MCP23017 switches # -#GPIO_INCLUDE=GPIO +GPIO_INCLUDE=GPIO # uncomment the line below to include Pure Signal support #PURESIGNAL_INCLUDE=PURESIGNAL @@ -26,7 +26,7 @@ GIT_VERSION := $(shell git describe --abbrev=0 --tags) # USBOZY_INCLUDE=USBOZY # uncomment the line to below include support local CW keyer -#LOCALCW_INCLUDE=LOCALCW +LOCALCW_INCLUDE=LOCALCW # uncomment the line below for SoapySDR #SOAPYSDR_INCLUDE=SOAPYSDR