summaryrefslogtreecommitdiff
path: root/sys/modules/lg3303/Makefile
blob: 3c42b3de84b85f27025c02f12cf2f16c6c81f2c9 (plain)
1
2
3
4
5
6
7
8
9
10
#	$NetBSD: Makefile,v 1.2 2019/02/17 04:05:53 rin Exp $

.include "../Makefile.inc"

.PATH:	${S}/dev/i2c

KMOD=	lg3303
SRCS=	lg3303.c

.include <bsd.kmodule.mk>