build: drop a reference to libgpiomockup from a comment in Makefile
authorBartosz Golaszewski <bartosz.golaszewski@linaro.org>
Tue, 6 Jun 2023 10:12:39 +0000 (12:12 +0200)
committerBartosz 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

index b38bd9d5112f6bedafd4350acf02aad272b2473f..10d6a9abca733f1fb3e4aeab07d9c1197827e880 100644 (file)
@@ -29,7 +29,7 @@ SUBDIRS += tests
 endif
 
 # Build bindings after core tests. When building tests for bindings, we need
-# libgpiomockup to be already present.
+# libgpiosim to be already present.
 SUBDIRS += bindings
 
 if HAS_DOXYGEN