1
2.PATH:	${SRCTOP}/sys/dev/iicbus/sensor
3KMOD=	htu21
4SRCS=	htu21.c
5
6SRCS+=	\
7	bus_if.h \
8	device_if.h \
9	iicbus_if.h \
10	opt_platform.h
11
12.if !empty(OPT_FDT)
13SRCS+=	ofw_bus_if.h
14.endif
15
16.include <bsd.kmod.mk>
17