From a8ab490c1aa23799a62ba8a9f217cb01413fc7c8 Mon Sep 17 00:00:00 2001 From: John Melton G0ORX Date: Mon, 24 Feb 2020 07:19:28 +0000 Subject: [PATCH] updated make files --- Makefile | 9 ++++++--- Makefile.mac | 9 ++++++--- 2 files changed, 12 insertions(+), 6 deletions(-) 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) \ -- 2.45.2