projects
/
qemu-gpiodev
/
libgpiod.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b10c5b7
)
build: drop a reference to libgpiomockup from a comment in Makefile
author
Bartosz Golaszewski
<bartosz.golaszewski@linaro.org>
Tue, 6 Jun 2023 10:12:39 +0000
(12:12 +0200)
committer
Bartosz Golaszewski
<bartosz.golaszewski@linaro.org>
Tue, 6 Jun 2023 10:14:57 +0000
(12:14 +0200)
We no longer use libgpiomockup. Replace the reference to it with
libgpiosim.
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Makefile.am
patch
|
blob
|
history
diff --git
a/Makefile.am
b/Makefile.am
index b38bd9d5112f6bedafd4350acf02aad272b2473f..10d6a9abca733f1fb3e4aeab07d9c1197827e880 100644
(file)
--- a/
Makefile.am
+++ b/
Makefile.am
@@
-29,7
+29,7
@@
SUBDIRS += tests
endif
# Build bindings after core tests. When building tests for bindings, we need
-# libgpio
mockup
to be already present.
+# libgpio
sim
to be already present.
SUBDIRS += bindings
if HAS_DOXYGEN