13 lines
176 B
Makefile
13 lines
176 B
Makefile
|
# $NetBSD: Makefile,v 1.1 2011/07/11 18:04:32 jmcneill Exp $
|
||
|
|
||
|
.include "../Makefile.inc"
|
||
|
|
||
|
.PATH: ${S}/dev/i2c
|
||
|
|
||
|
KMOD= xc3028
|
||
|
SRCS= xc3028.c
|
||
|
|
||
|
WARNS= 4
|
||
|
|
||
|
.include <bsd.kmodule.mk>
|