xref: /freebsd/sys/modules/i2c/ads111x/Makefile (revision e9ac41698b2f322d55ccf9da50a3596edb2c1800)
1*06589d6eSEmmanuel Vadot.PATH:		${SRCTOP}/sys/dev/iicbus/adc
25177d294SIan Lepore
35177d294SIan LeporeKMOD=	ads111x
45177d294SIan LeporeSRCS=	ads111x.c
55177d294SIan Lepore
65177d294SIan LeporeSRCS+=	\
75177d294SIan Lepore	bus_if.h \
85177d294SIan Lepore	device_if.h \
95177d294SIan Lepore	iicbus_if.h \
105177d294SIan Lepore	opt_platform.h \
115177d294SIan Lepore
1285a6a404SIan Lepore.if !empty(OPT_FDT)
1385a6a404SIan LeporeSRCS+=	ofw_bus_if.h
1485a6a404SIan Lepore.endif
1585a6a404SIan Lepore
165177d294SIan Lepore.include <bsd.kmod.mk>
17