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