Add ofw_bus_if.h to the SRCS list for ipmi module on powerpc64

PR:		230194
Reported by:	sbruno
This commit is contained in:
Justin Hibbits 2018-07-30 18:29:20 +00:00
parent 1ddc8a8e68
commit 0cd8715680
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=336925

View File

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