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