summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJohn Klug <john.klug@multitech.com>2023-09-14 10:27:07 -0500
committerJohn Klug <john.klug@multitech.com>2023-09-14 10:27:07 -0500
commit3ce7b597de0df365ce4d66b05b45e3701dd80501 (patch)
tree86359de52edaa405f2746c2159694c54266eddec /Makefile
parent37863013ab0b0b09a97f8cbffeab2a2f703f1b2c (diff)
downloadmts-io-sysfs-3ce7b597de0df365ce4d66b05b45e3701dd80501.tar.gz
mts-io-sysfs-3ce7b597de0df365ce4d66b05b45e3701dd80501.tar.bz2
mts-io-sysfs-3ce7b597de0df365ce4d66b05b45e3701dd80501.zip
Add libgpiod feature to mts-io-sysfs
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)