The branch main has been updated by alfredo: URL: https://cgit.FreeBSD.org/src/commit/?id=4f250d9436af83927c38eda958de14893c73f0ac
commit 4f250d9436af83927c38eda958de14893c73f0ac Author: Alfredo Dal'Ava Junior <alfr...@freebsd.org> AuthorDate: 2020-12-31 01:32:34 +0000 Commit: Alfredo Dal'Ava Junior <alfr...@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 _______________________________________________ dev-commits-src-main@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/dev-commits-src-main To unsubscribe, send any mail to "dev-commits-src-main-unsubscr...@freebsd.org"