summaryrefslogtreecommitdiff
path: root/sys/modules/onewire/Makefile
blob: 28664dd7562b04540323d21db683101698479eff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#	$NetBSD: Makefile,v 1.1 2011/08/31 12:46:36 mbalmer Exp $

.include "../Makefile.inc"

.PATH:		${S}/dev/onewire

KMOD=   	onewire
IOCONF=		onewire.ioconf
SRCS=		onewire.c onewire_subr.c onewire_bitbang.c

CPPFLAGS+=	-I${S}/onewire

.include <bsd.kmodule.mk>