Date: Wed, 20 Jan 2016 21:54:44 +0000 (UTC) From: Brooks Davis <brooks@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r294461 - head/sys/modules/i2c/iicbb Message-ID: <201601202154.u0KLsiEL036078@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: brooks Date: Wed Jan 20 21:54:43 2016 New Revision: 294461 URL: https://svnweb.freebsd.org/changeset/base/294461 Log: MIPS also needs ofw_bus_if.h in some cases. Modified: head/sys/modules/i2c/iicbb/Makefile Modified: head/sys/modules/i2c/iicbb/Makefile ============================================================================== --- head/sys/modules/i2c/iicbb/Makefile Wed Jan 20 21:22:06 2016 (r294460) +++ head/sys/modules/i2c/iicbb/Makefile Wed Jan 20 21:54:43 2016 (r294461) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201601202154.u0KLsiEL036078>