summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJohn Klug <john.klug@multitech.com>2023-11-02 17:31:36 -0500
committerJohn Klug <john.klug@multitech.com>2023-11-02 18:13:00 -0500
commitced9991aafb6b1b30649fd34b0d17399686d4843 (patch)
treea9c9ab947271966843be4ac6f157b292f5a5e28b /Makefile
parent40a09c25bf1dd08db8b526b274c2f24c22458206 (diff)
downloadmts-io-sysfs-ced9991aafb6b1b30649fd34b0d17399686d4843.tar.gz
mts-io-sysfs-ced9991aafb6b1b30649fd34b0d17399686d4843.tar.bz2
mts-io-sysfs-ced9991aafb6b1b30649fd34b0d17399686d4843.zip
Remove libgpiod 1.x version from 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 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)