summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJohn Klug <john.klug@multitech.com>2023-11-08 14:17:55 -0600
committerJohn Klug <john.klug@multitech.com>2023-11-08 14:24:41 -0600
commita826d13ae7b3e20648566ddecca23bd6fe8f856b (patch)
tree9bf8cf2ef563de953e581493aeb6d5ac60e1a2e1 /Makefile
parentced9991aafb6b1b30649fd34b0d17399686d4843 (diff)
downloadmts-io-sysfs-a826d13ae7b3e20648566ddecca23bd6fe8f856b.tar.gz
mts-io-sysfs-a826d13ae7b3e20648566ddecca23bd6fe8f856b.tar.bz2
mts-io-sysfs-a826d13ae7b3e20648566ddecca23bd6fe8f856b.zip
libgpiod 2 added for GPIO store and show in IOTR/MTR3
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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)