]> git.rkrishnan.org Git - pihpsdr.git/commitdiff
removed gpio_menu
authorJohn Melton G0ORX <john.d.melton@googlemail.com>
Fri, 31 Jan 2020 17:21:06 +0000 (17:21 +0000)
committerJohn Melton G0ORX <john.d.melton@googlemail.com>
Fri, 31 Jan 2020 17:21:06 +0000 (17:21 +0000)
Makefile

index 82bce34871c06d1d963b6a62243e8c03dbb570f1..ca3767fbea47580ca8d170416db88b861840966d 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -106,21 +106,18 @@ ifeq ($(GPIO_INCLUDE),GPIO)
   GPIO_SOURCES= \
   configure.c \
   i2c.c \
-  gpio_menu.c \
   gpio.c \
   encoder_menu.c \
   switch_menu.c
   GPIO_HEADERS= \
   configure.h \
   i2c.h \
-  gpio_menu.h \
   gpio.h \
   encoder_menu.h \
   switch_menu.h
   GPIO_OBJS= \
   configure.o \
   i2c.o \
-  gpio_menu.o\
   gpio.o \
   encoder_menu.o \
   switch_menu.o