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