From 0cd8715680efc602aee300bf9d709dd438fa3147 Mon Sep 17 00:00:00 2001 From: Justin Hibbits Date: Mon, 30 Jul 2018 18:29:20 +0000 Subject: [PATCH] Add ofw_bus_if.h to the SRCS list for ipmi module on powerpc64 PR: 230194 Reported by: sbruno --- sys/modules/ipmi/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/modules/ipmi/Makefile b/sys/modules/ipmi/Makefile index 0d431335a5b..37113751491 100644 --- a/sys/modules/ipmi/Makefile +++ b/sys/modules/ipmi/Makefile @@ -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