mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
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
1ddc8a8e68
commit
0cd8715680
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue