diff options
author | John Klug <john.klug@multitech.com> | 2023-09-14 10:27:07 -0500 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2023-09-14 10:27:07 -0500 |
commit | 3ce7b597de0df365ce4d66b05b45e3701dd80501 (patch) | |
tree | 86359de52edaa405f2746c2159694c54266eddec /Makefile | |
parent | 37863013ab0b0b09a97f8cbffeab2a2f703f1b2c (diff) | |
download | mts-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-- | 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) |