1# $FreeBSD: stable/11/sys/modules/i2c/icee/Makefile 323691 2017-09-17 22:58:13Z ian $
2
3.PATH:	${SRCTOP}/sys/dev/iicbus
4KMOD=	icee
5SRCS=	icee.c
6
7SRCS+=	\
8	bus_if.h \
9	device_if.h \
10	iicbus_if.h \
11	ofw_bus_if.h \
12	opt_platform.h \
13
14.include <bsd.kmod.mk>
15