xref: /freebsd/sys/modules/i2c/icee/Makefile (revision e9ac41698b2f322d55ccf9da50a3596edb2c1800)
1*d18915faSIan Lepore.PATH:	${SRCTOP}/sys/dev/iicbus
2*d18915faSIan LeporeKMOD=	icee
3*d18915faSIan LeporeSRCS=	icee.c
4*d18915faSIan Lepore
5*d18915faSIan LeporeSRCS+=	\
6*d18915faSIan Lepore	bus_if.h \
7*d18915faSIan Lepore	device_if.h \
8*d18915faSIan Lepore	iicbus_if.h \
9*d18915faSIan Lepore	ofw_bus_if.h \
10*d18915faSIan Lepore	opt_platform.h \
11*d18915faSIan Lepore
12*d18915faSIan Lepore.include <bsd.kmod.mk>
13