From 7251691618015542ad44be1400071bf757291df4 Mon Sep 17 00:00:00 2001 From: Bartosz Golaszewski Date: Tue, 6 Jun 2023 12:12:39 +0200 Subject: [PATCH] build: drop a reference to libgpiomockup from a comment in Makefile We no longer use libgpiomockup. Replace the reference to it with libgpiosim. Signed-off-by: Bartosz Golaszewski --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index b38bd9d..10d6a9a 100644 --- 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 -# libgpiomockup to be already present. +# libgpiosim to be already present. SUBDIRS += bindings if HAS_DOXYGEN -- 2.30.2