summaryrefslogtreecommitdiff
path: root/sys/modules/mt2131/Makefile
blob: fdf83cb7d6d0d34d3075187f2863018ccc7d0114 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#	$NetBSD: Makefile,v 1.1 2011/08/04 22:26:07 jmcneill Exp $

.include "../Makefile.inc"

.PATH:	${S}/dev/i2c

KMOD=	mt2131
SRCS=	mt2131.c

WARNS=	4

.include <bsd.kmodule.mk>