Add ofw_bus_if.h to the SRCS list for ipmi module on powerpc64
PR: 230194 Reported by: sbruno
This commit is contained in:
parent
7506d63bf7
commit
ba0c5124a1
@ -16,7 +16,7 @@ SRCS+= acpi_if.h isa_if.h pci_if.h smbus_if.h
|
|||||||
SUBDIR+= ipmi_linux
|
SUBDIR+= ipmi_linux
|
||||||
|
|
||||||
.elif ${MACHINE_ARCH} == "powerpc64"
|
.elif ${MACHINE_ARCH} == "powerpc64"
|
||||||
SRCS+= ipmi_opal.c
|
SRCS+= ipmi_opal.c ofw_bus_if.h
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
.include <bsd.kmod.mk>
|
.include <bsd.kmod.mk>
|
||||||
|
Loading…
Reference in New Issue
Block a user