summaryrefslogtreecommitdiffstats
path: root/sys/modules/gpio/Makefile
diff options
context:
space:
mode:
authorian <ian@FreeBSD.org>2016-05-26 23:56:12 +0000
committerian <ian@FreeBSD.org>2016-05-26 23:56:12 +0000
commit9b3e507c26c40deb07dcbf97d429edbd15ca86ab (patch)
treee0061df50514492088c4b7782f2266bcdbd7b1c6 /sys/modules/gpio/Makefile
parentae0b7d188da46e05731493b7190dd45391d67d4e (diff)
downloadFreeBSD-src-9b3e507c26c40deb07dcbf97d429edbd15ca86ab.zip
FreeBSD-src-9b3e507c26c40deb07dcbf97d429edbd15ca86ab.tar.gz
Add a PPS driver that takes the timing pulse from a gpio pin. Currently
supports only ofw/fdt systems. Some day, hinted attachment for non-fdt systems should be possible too.
Diffstat (limited to 'sys/modules/gpio/Makefile')
-rw-r--r--sys/modules/gpio/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/gpio/Makefile b/sys/modules/gpio/Makefile
index 648c33a..666a842 100644
--- a/sys/modules/gpio/Makefile
+++ b/sys/modules/gpio/Makefile
@@ -25,6 +25,6 @@
# SUCH DAMAGE.
#
-SUBDIR = gpiobus gpioiic gpioled
+SUBDIR = gpiobus gpioiic gpioled gpiopps
.include <bsd.subdir.mk>
OpenPOWER on IntegriCloud