1# $FreeBSD$ 2 3.PATH: ${.CURDIR}/../../../dev/iicbus 4.if ${MACHINE_CPUARCH} == "arm" || ${MACHINE_CPUARCH} == "powerpc" 5ofw_bus_if= ofw_bus_if.h 6.endif 7KMOD = iicbb 8SRCS = device_if.h bus_if.h iicbus_if.h \ 9 iicbb_if.h iicbb_if.c iicbb.c ${ofw_bus_if} opt_platform.h 10 11.include <bsd.kmod.mk> 12