diff options
author | John Klug <john.klug@multitech.com> | 2023-11-02 17:31:36 -0500 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2023-11-02 18:13:00 -0500 |
commit | ced9991aafb6b1b30649fd34b0d17399686d4843 (patch) | |
tree | a9c9ab947271966843be4ac6f157b292f5a5e28b /Makefile | |
parent | 40a09c25bf1dd08db8b526b274c2f24c22458206 (diff) | |
download | mts-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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |