13 lines
178 B
Makefile
13 lines
178 B
Makefile
# $NetBSD: Makefile,v 1.1 2011/08/04 22:26:07 jmcneill Exp $
|
|
|
|
.include "../Makefile.inc"
|
|
|
|
.PATH: ${S}/dev/i2c
|
|
|
|
KMOD= cx24227
|
|
SRCS= cx24227.c
|
|
|
|
WARNS= 4
|
|
|
|
.include <bsd.kmodule.mk>
|