diff options
author | ian <ian@FreeBSD.org> | 2016-05-26 23:56:12 +0000 |
---|---|---|
committer | ian <ian@FreeBSD.org> | 2016-05-26 23:56:12 +0000 |
commit | 9b3e507c26c40deb07dcbf97d429edbd15ca86ab (patch) | |
tree | e0061df50514492088c4b7782f2266bcdbd7b1c6 /sys/modules/gpio/Makefile | |
parent | ae0b7d188da46e05731493b7190dd45391d67d4e (diff) | |
download | FreeBSD-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/Makefile | 2 |
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> |