git: 4f250d9436af - main - [POWERPC64LE] enable IPMI using OPAL bus
Alfredo Dal'Ava Junior
alfredo at FreeBSD.org
Wed Dec 30 22:57:20 UTC 2020
The branch main has been updated by alfredo:
URL: https://cgit.FreeBSD.org/src/commit/?id=4f250d9436af83927c38eda958de14893c73f0ac
commit 4f250d9436af83927c38eda958de14893c73f0ac
Author: Alfredo Dal'Ava Junior <alfredo at FreeBSD.org>
AuthorDate: 2020-12-31 01:32:34 +0000
Commit: Alfredo Dal'Ava Junior <alfredo at FreeBSD.org>
CommitDate: 2020-12-31 01:55:53 +0000
[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
More information about the dev-commits-src-main
mailing list