1.PATH: ${SRCTOP}/sys/dev/iicbus/adc 2KMOD= pcf8591 3SRCS= pcf8591.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