projects
/
pihpsdr.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
148f81b
)
removed gpio_menu
author
John Melton G0ORX
<john.d.melton@googlemail.com>
Fri, 31 Jan 2020 17:21:06 +0000
(17:21 +0000)
committer
John Melton G0ORX
<john.d.melton@googlemail.com>
Fri, 31 Jan 2020 17:21:06 +0000
(17:21 +0000)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/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