
.PATH:		${SRCTOP}/sys/dev/iicbus
KMOD		= if_ic
SRCS		= device_if.h bus_if.h iicbus_if.h \
		  if_ic.c

.include <bsd.kmod.mk>
