svn commit: r294461 - head/sys/modules/i2c/iicbb

Warner Losh imp at bsdimp.com
Wed Jan 20 21:55:45 UTC 2016


On Jan 20, 2016, at 1:54 PM, Brooks Davis <brooks at FreeBSD.org> wrote:
> 
> 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.

Why not make this unconditional? What would the harm be?

Warner

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 842 bytes
Desc: Message signed with OpenPGP using GPGMail
URL: <http://lists.freebsd.org/pipermail/svn-src-all/attachments/20160120/99b8c6bb/attachment.sig>


More information about the svn-src-all mailing list