summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbrooks <brooks@FreeBSD.org>2016-01-20 21:54:43 +0000
committerbrooks <brooks@FreeBSD.org>2016-01-20 21:54:43 +0000
commitad3fb1e528fd5cadfaf58988def2d0a3fe200e10 (patch)
tree3403d2beb222e5f26a9cc2ddb706f4340c2711a8
parent66de51bd13202016a012215dd562ffbf91ddec00 (diff)
downloadFreeBSD-src-ad3fb1e528fd5cadfaf58988def2d0a3fe200e10.zip
FreeBSD-src-ad3fb1e528fd5cadfaf58988def2d0a3fe200e10.tar.gz
MIPS also needs ofw_bus_if.h in some cases.
-rw-r--r--sys/modules/i2c/iicbb/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/i2c/iicbb/Makefile b/sys/modules/i2c/iicbb/Makefile
index d192e68..b226310 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
OpenPOWER on IntegriCloud