aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/ipmi
diff options
context:
space:
mode:
authorJustin Hibbits <jhibbits@FreeBSD.org>2018-07-30 18:29:20 +0000
committerJustin Hibbits <jhibbits@FreeBSD.org>2018-07-30 18:29:20 +0000
commit0cd8715680efc602aee300bf9d709dd438fa3147 (patch)
tree761246142a1fe8bf62be6711cd0955bb7b939eff /sys/modules/ipmi
parent1ddc8a8e6870e9d19dda286fff5fde66663dc391 (diff)
Notes
Diffstat (limited to 'sys/modules/ipmi')
-rw-r--r--sys/modules/ipmi/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/ipmi/Makefile b/sys/modules/ipmi/Makefile
index 0d431335a5b3..371137514916 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 <bsd.kmod.mk>