projects
/
pihpsdr.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fbedb4a
)
so now gpio.c is included in main list, do not include it it GPIO_OBJ
author
c vw
<dl1ycf@darc.de>
Tue, 1 Jun 2021 14:48:40 +0000
(16:48 +0200)
committer
c vw
<dl1ycf@darc.de>
Tue, 1 Jun 2021 14:48:40 +0000
(16:48 +0200)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/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)