From a826d13ae7b3e20648566ddecca23bd6fe8f856b Mon Sep 17 00:00:00 2001 From: John Klug Date: Wed, 8 Nov 2023 14:17:55 -0600 Subject: libgpiod 2 added for GPIO store and show in IOTR/MTR3 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 16aa846..142a58e 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 +LIBS := -lmts -lrt -lssl -lcrypto -lgpiod INC=-Iinclude -Iinclude/Utility -Iinclude/AccessoryCards -Iinclude/Device -Iinclude/Fpga INCLUDES = $(wildcard include/*.h) -- cgit v1.2.3