projects
/
pihpsdr.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1dfa052
)
libpigpio not needed, we use wiringPI!
author
c vw
<dl1ycf@darc.de>
Mon, 6 Aug 2018 09:09:22 +0000
(11:09 +0200)
committer
c vw
<dl1ycf@darc.de>
Mon, 6 Aug 2018 09:09:22 +0000
(11:09 +0200)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index a4147dc1669805f9248b2fd87e1c5fcaf5d0eaba..cd1f1584172d595e8e3c38f64983bea9dfe49fa4 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-158,7
+158,7
@@
endif
ifeq ($(GPIO_INCLUDE),GPIO)
GPIO_OPTIONS=-D GPIO
- GPIO_LIBS=-lwiringPi
-lpigpio
+ GPIO_LIBS=-lwiringPi
GPIO_SOURCES= \
gpio.c \
encoder_menu.c