NetBSD/sys/modules/iic/Makefile

12 lines
196 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.5 2018/02/27 00:15:34 pgoyette Exp $
2011-10-02 15:43:30 +04:00
.include "../Makefile.inc"
.PATH: ${S}/dev/i2c
KMOD= iic
IOCONF= iic.ioconf
SRCS= i2c.c i2c_subr.c
2011-10-02 15:43:30 +04:00
.include <bsd.kmodule.mk>