From ced9991aafb6b1b30649fd34b0d17399686d4843 Mon Sep 17 00:00:00 2001 From: John Klug Date: Thu, 2 Nov 2023 17:31:36 -0500 Subject: Remove libgpiod 1.x version from mts-io-sysfs --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 142a58e..16aa846 100644 --- a/Makefile +++ b/Makefile @@ -35,7 +35,7 @@ CFLAGS += -Werror -Wno-unused-function CXXFLAGS += -std=c++14 -Wno-unused-function -LIBS := -lmts -lrt -lssl -lcrypto -lgpiod +LIBS := -lmts -lrt -lssl -lcrypto INC=-Iinclude -Iinclude/Utility -Iinclude/AccessoryCards -Iinclude/Device -Iinclude/Fpga INCLUDES = $(wildcard include/*.h) -- cgit v1.2.3