# $FreeBSD$
.PATH: ${SRCTOP}/sys/dev/iicbus
KMOD = iic
SRCS = device_if.h bus_if.h iicbus_if.h \
iic.c
.include <bsd.kmod.mk>