xref: /netbsd-src/sys/modules/i2c_subr/Makefile (revision 7694d689116a4c726a4530c72ecf2f180b3cf117)
1#	$NetBSD: Makefile,v 1.1 2022/04/01 15:49:11 pgoyette Exp $
2
3.include "../Makefile.inc"
4
5.PATH:	${S}/dev/i2c
6
7KMOD=	i2c_subr
8SRCS=	i2c_subr.c
9
10.include <bsd.kmodule.mk>
11