svn commit: r336925 - head/sys/modules/ipmi

Sean Bruno sbruno at freebsd.org
Mon Jul 30 18:30:18 UTC 2018



On 07/30/18 12:29, Justin Hibbits wrote:
> Author: jhibbits
> Date: Mon Jul 30 18:29:20 2018
> New Revision: 336925
> URL: https://svnweb.freebsd.org/changeset/base/336925
> 
> Log:
>   Add ofw_bus_if.h to the SRCS list for ipmi module on powerpc64
>   
>   PR:		230194
>   Reported by:	sbruno
> 
> Modified:
>   head/sys/modules/ipmi/Makefile
> 
> Modified: head/sys/modules/ipmi/Makefile
> ==============================================================================
> --- head/sys/modules/ipmi/Makefile	Mon Jul 30 18:13:20 2018	(r336924)
> +++ head/sys/modules/ipmi/Makefile	Mon Jul 30 18:29:20 2018	(r336925)
> @@ -16,7 +16,7 @@ SRCS+=	acpi_if.h isa_if.h pci_if.h smbus_if.h
>  SUBDIR+= ipmi_linux
>  
>  .elif ${MACHINE_ARCH} == "powerpc64"
> -SRCS+=	ipmi_opal.c
> +SRCS+=	ipmi_opal.c ofw_bus_if.h
>  .endif
>  
>  .include <bsd.kmod.mk>
> 
> 


Gracias!

sean

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 618 bytes
Desc: OpenPGP digital signature
URL: <http://lists.freebsd.org/pipermail/svn-src-head/attachments/20180730/57faaad4/attachment.sig>


More information about the svn-src-head mailing list