Deleted Added
full compact
Makefile (281083) Makefile (289710)
1# $FreeBSD: head/sys/modules/i2c/iicbb/Makefile 281083 2015-04-04 20:30:20Z andreast $
1# $FreeBSD: head/sys/modules/i2c/iicbb/Makefile 289710 2015-10-21 18:30:42Z emaste $
2
3.PATH: ${.CURDIR}/../../../dev/iicbus
2
3.PATH: ${.CURDIR}/../../../dev/iicbus
4.if ${MACHINE_CPUARCH} == "arm" || ${MACHINE_CPUARCH} == "powerpc"
4.if ${MACHINE_CPUARCH} == "aarch64" || ${MACHINE_CPUARCH} == "arm" || \
5 ${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>
6ofw_bus_if= ofw_bus_if.h
7.endif
8KMOD = iicbb
9SRCS = device_if.h bus_if.h iicbus_if.h \
10 iicbb_if.h iicbb_if.c iicbb.c ${ofw_bus_if} opt_platform.h
11
12.include <bsd.kmod.mk>