MIPS also needs ofw_bus_if.h in some cases.

This commit is contained in:
Brooks Davis 2016-01-20 21:54:43 +00:00
parent 628c4b98fb
commit 3380918a2a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=294461

View File

@ -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