NetBSD/sys/modules/au8522/Makefile

13 lines
177 B
Makefile
Raw Normal View History

2010-12-27 18:43:41 +03:00
# $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>