summaryrefslogtreecommitdiff
path: root/sys/modules/i2c_subr/Makefile
blob: f92f80c2c9e94fed5570435fe52c135c1c45c245 (plain)
1
2
3
4
5
6
7
8
9
10
#	$NetBSD: Makefile,v 1.1 2022/04/01 15:49:11 pgoyette Exp $

.include "../Makefile.inc"

.PATH:	${S}/dev/i2c

KMOD=	i2c_subr
SRCS=	i2c_subr.c

.include <bsd.kmodule.mk>
.christos 2010-09-09First cut of simple syscall wrapper, which make(1) can usesjg