NetBSD/sys/modules/gpiopps/Makefile
thorpej f5a92b7658 Add a 1PPS-over-GPIO driver, originally by Brad Spencer, with changes by
me to adapt to the new GPIO interrupt interface and support a wider variety
of GPIO pin configuations.

PR kern/51676

(Oops, forgot to "cvs add" these items previously.)
2018-05-20 15:15:40 +00:00

14 lines
221 B
Makefile

# $NetBSD: Makefile,v 1.1 2018/05/20 15:15:41 thorpej Exp $
.include "../Makefile.inc"
.PATH: ${S}/dev/gpio
KMOD= gpiopps
IOCONF= gpiopps.ioconf
SRCS= gpiopps.c
CPPFLAGS+= -I${S}/gpio
.include <bsd.kmodule.mk>