]> git.rkrishnan.org Git - pihpsdr.git/commitdiff
updated make files
authorJohn Melton G0ORX <john.d.melton@googlemail.com>
Mon, 24 Feb 2020 07:19:28 +0000 (07:19 +0000)
committerJohn Melton G0ORX <john.d.melton@googlemail.com>
Mon, 24 Feb 2020 07:19:28 +0000 (07:19 +0000)
Makefile
Makefile.mac

index de02c62ca1f94c65cf329b4a498f4e5114908b6d..fc2e489fa67c5d771073de353b49f47bf7729ab5 100644 (file)
--- 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) \
index 0f08cc460a9ef315dbc9a400698d16ddf4c900b1..e74d92ea59ecfee02bc29fe49701ceb986018b5d 100644 (file)
@@ -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) \