xref: /netbsd-src/sys/modules/xc3028/Makefile (revision 6a493d6bc668897c91594964a732d38505b70cbb)
1#	$NetBSD: Makefile,v 1.1 2011/07/11 18:04:32 jmcneill Exp $
2
3.include "../Makefile.inc"
4
5.PATH:	${S}/dev/i2c
6
7KMOD=	xc3028
8SRCS=	xc3028.c
9
10WARNS=	4
11
12.include <bsd.kmodule.mk>
13