opnsense-src/sys/modules/i2c/htu21/Makefile
Andriy Gapon 2c98edd6d6 htu21: driver for HTU21D I2C temperature and humidity sensor
MFC after:	2 weeks
Relnotes:	perhaps
2021-01-19 15:08:51 +02:00

17 lines
211 B
Makefile

# $FreeBSD$
.PATH: ${SRCTOP}/sys/dev/iicbus
KMOD= htu21
SRCS= htu21.c
SRCS+= \
bus_if.h \
device_if.h \
iicbus_if.h \
opt_platform.h
.if !empty(OPT_FDT)
SRCS+= ofw_bus_if.h
.endif
.include <bsd.kmod.mk>