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