diff options
author | rpaulo <rpaulo@FreeBSD.org> | 2014-11-24 21:49:40 +0000 |
---|---|---|
committer | rpaulo <rpaulo@FreeBSD.org> | 2014-11-24 21:49:40 +0000 |
commit | 7b5aae72352a719b289c9ef4439874f976b19fff (patch) | |
tree | 07e4ac9a29efb8adc16692cb4dd944b03139a9cc /lib/Makefile | |
parent | 57a84aae162750413896ab589f0db4e36050cf1f (diff) | |
download | FreeBSD-src-7b5aae72352a719b289c9ef4439874f976b19fff.zip FreeBSD-src-7b5aae72352a719b289c9ef4439874f976b19fff.tar.gz |
Import libgpio.
This is a thin wrapper around the kernel interface which should make
it easier to write GPIO applications. gpioctl(8) will be converted to
use this library in a separate commit.
Differential Revision: https://reviews.freebsd.org/D1183
Reviewed by: adrian, loos
Discussed on: arm@, embedded@
Relnotes: yes
Diffstat (limited to 'lib/Makefile')
-rw-r--r-- | lib/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Makefile b/lib/Makefile index a5d0df5..d87b32e 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -52,6 +52,7 @@ SUBDIR= ${SUBDIR_ORDERED} \ libfigpar \ libgeom \ ${_libgpib} \ + libgpio \ ${_libgssapi} \ ${_librpcsec_gss} \ ${_libiconv_modules} \ |