diff options
author | John Klug <john.klug@multitech.com> | 2023-11-08 14:17:55 -0600 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2023-11-08 14:24:41 -0600 |
commit | a826d13ae7b3e20648566ddecca23bd6fe8f856b (patch) | |
tree | 9bf8cf2ef563de953e581493aeb6d5ac60e1a2e1 /Makefile | |
parent | ced9991aafb6b1b30649fd34b0d17399686d4843 (diff) | |
download | mts-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-- | 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 +LIBS := -lmts -lrt -lssl -lcrypto -lgpiod INC=-Iinclude -Iinclude/Utility -Iinclude/AccessoryCards -Iinclude/Device -Iinclude/Fpga INCLUDES = $(wildcard include/*.h) |