From 3380918a2aca0a719978ca7cf97b4403a38681ce Mon Sep 17 00:00:00 2001 From: Brooks Davis Date: Wed, 20 Jan 2016 21:54:43 +0000 Subject: [PATCH] MIPS also needs ofw_bus_if.h in some cases. --- sys/modules/i2c/iicbb/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/modules/i2c/iicbb/Makefile b/sys/modules/i2c/iicbb/Makefile index d192e68e44b..b2263107e5f 100644 --- a/sys/modules/i2c/iicbb/Makefile +++ b/sys/modules/i2c/iicbb/Makefile @@ -2,7 +2,7 @@ .PATH: ${.CURDIR}/../../../dev/iicbus .if ${MACHINE_CPUARCH} == "aarch64" || ${MACHINE_CPUARCH} == "arm" || \ - ${MACHINE_CPUARCH} == "powerpc" + ${MACHINE_CPUARCH} == "mips" || ${MACHINE_CPUARCH} == "powerpc" ofw_bus_if= ofw_bus_if.h .endif KMOD = iicbb