From: John Melton G0ORX Date: Mon, 24 Feb 2020 07:19:28 +0000 (+0000) Subject: updated make files X-Git-Url: https://git.rkrishnan.org/pf/components//%22%22.?a=commitdiff_plain;h=a8ab490c1aa23799a62ba8a9f217cb01413fc7c8;p=pihpsdr.git updated make files --- diff --git a/Makefile b/Makefile index de02c62..fc2e489 100644 --- a/Makefile +++ b/Makefile @@ -232,7 +232,8 @@ memory.c \ led.c \ ext.c \ error_handler.c \ -cwramp.c +cwramp.c \ +protocols.c HEADERS= \ @@ -299,7 +300,8 @@ store_menu.h \ memory.h \ led.h \ ext.h \ -error_handler.h +error_handler.h \ +protocols.h OBJS= \ @@ -365,7 +367,8 @@ memory.o \ led.o \ ext.o \ error_handler.o \ -cwramp.o +cwramp.o \ +protocols.o $(PROGRAM): $(OBJS) $(REMOTE_OBJS) $(USBOZY_OBJS) $(SOAPYSDR_OBJS) \ $(LOCALCW_OBJS) $(GPIO_OBJS) $(PURESIGNAL_OBJS) \ diff --git a/Makefile.mac b/Makefile.mac index 0f08cc4..e74d92e 100644 --- a/Makefile.mac +++ b/Makefile.mac @@ -214,7 +214,8 @@ memory.c \ led.c \ ext.c \ error_handler.c \ -cwramp.c +cwramp.c \ +protocols.c HEADERS= \ @@ -282,7 +283,8 @@ store_menu.h \ memory.h \ led.h \ ext.h \ -error_handler.h +error_handler.h \ +protocols.h OBJS= \ @@ -350,7 +352,8 @@ memory.o \ led.o \ ext.o \ error_handler.o \ -cwramp.o +cwramp.o \ +protocols.o $(PROGRAM): $(OBJS) $(REMOTE_OBJS) $(USBOZY_OBJS) $(SOAPYSDR_OBJS) \ $(LOCALCW_OBJS) $(PURESIGNAL_OBJS) \