From 4f250d9436af83927c38eda958de14893c73f0ac Mon Sep 17 00:00:00 2001 From: Alfredo Dal'Ava Junior Date: Wed, 30 Dec 2020 22:32:34 -0300 Subject: [PATCH] [POWERPC64LE] enable IPMI using OPAL bus Enable build of IPMI over OPAL on powerpc64le Reviewed by: bdragon Sponsored by: Eldorado Research Institute (eldorado.org.br) Differential Revision: https://reviews.freebsd.org/D27443 --- sys/modules/ipmi/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/modules/ipmi/Makefile b/sys/modules/ipmi/Makefile index 5a730ef74830..4539dfda3b28 100644 --- a/sys/modules/ipmi/Makefile +++ b/sys/modules/ipmi/Makefile @@ -15,7 +15,7 @@ SRCS+= acpi_if.h isa_if.h pci_if.h smbus_if.h SUBDIR+= ipmi_linux -.elif ${MACHINE_ARCH} == "powerpc64" +.elif ${MACHINE_ARCH:Mpowerpc64*} != "" SRCS+= ipmi_opal.c ofw_bus_if.h .endif