mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-12 00:24:52 -04:00
14 lines
221 B
Makefile
14 lines
221 B
Makefile
# $NetBSD: Makefile,v 1.1 2011/10/02 11:43:30 mbalmer Exp $
|
|
|
|
.include "../Makefile.inc"
|
|
|
|
.PATH: ${S}/dev/gpio
|
|
|
|
KMOD= gpioiic
|
|
IOCONF= gpioiic.ioconf
|
|
SRCS= gpioiic.c
|
|
|
|
CPPFLAGS+= -I${S}/gpio
|
|
|
|
.include <bsd.kmodule.mk>
|