Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Dec 2020 22:57:20 GMT
From:      "Alfredo Dal'Ava Junior" <alfredo@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 4f250d9436af - main - [POWERPC64LE] enable IPMI using OPAL bus
Message-ID:  <202012302257.0BUMvK0h045398@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@FreeBSD.org>
AuthorDate: 2020-12-31 01:32:34 +0000
Commit:     Alfredo Dal'Ava Junior <alfredo@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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202012302257.0BUMvK0h045398>