13 lines
172 B
Makefile
13 lines
172 B
Makefile
# $NetBSD: Makefile,v 1.1 2010/12/27 15:43:41 jmcneill Exp $
|
|
|
|
.include "../Makefile.inc"
|
|
|
|
.PATH: ${S}/dev/i2c
|
|
|
|
KMOD= xc5k
|
|
SRCS= xc5k.c
|
|
|
|
WARNS= 4
|
|
|
|
.include <bsd.kmodule.mk>
|