Home | History | Annotate | Line # | Download | only in gpioirq
      1  1.1  thorpej #	$NetBSD: Makefile,v 1.1 2018/05/19 14:15:40 thorpej Exp $
      2  1.1  thorpej 
      3  1.1  thorpej .include "../Makefile.inc"
      4  1.1  thorpej 
      5  1.1  thorpej .PATH:		${S}/dev/gpio
      6  1.1  thorpej 
      7  1.1  thorpej KMOD=   	gpioirq
      8  1.1  thorpej IOCONF=		gpioirq.ioconf
      9  1.1  thorpej SRCS=		gpioirq.c
     10  1.1  thorpej 
     11  1.1  thorpej CPPFLAGS+=	-I${S}/gpio
     12  1.1  thorpej 
     13  1.1  thorpej .include <bsd.kmodule.mk>
     14