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

Justin Hibbits jhibbits at FreeBSD.org
Mon Jul 30 18:29:21 UTC 2018


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>


More information about the svn-src-head mailing list