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