]> git.rkrishnan.org Git - pihpsdr.git/commitdiff
so now gpio.c is included in main list, do not include it it GPIO_OBJ
authorc vw <dl1ycf@darc.de>
Tue, 1 Jun 2021 14:48:40 +0000 (16:48 +0200)
committerc vw <dl1ycf@darc.de>
Tue, 1 Jun 2021 14:48:40 +0000 (16:48 +0200)
Makefile

index 59b8dd28ceeb1985fbf88fd456a995c4172045a3..8d27d2bc514e90aed8e2fd2d4c34ab42c1e28963 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -127,21 +127,15 @@ ifeq ($(GPIO_INCLUDE),GPIO)
   GPIO_SOURCES= \
   configure.c \
   i2c.c \
-  gpio.c \
-  encoder_menu.c \
-  switch_menu.c
+  encoder_menu.c
   GPIO_HEADERS= \
   configure.h \
   i2c.h \
-  gpio.h \
-  encoder_menu.h \
-  switch_menu.h
+  encoder_menu.h
   GPIO_OBJS= \
   configure.o \
   i2c.o \
-  gpio.o \
-  encoder_menu.o \
-  switch_menu.o
+  encoder_menu.o
 endif
 
 ifeq ($(LOCALCW_INCLUDE),LOCALCW)