Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 Jul 2021 17:17:07 GMT
From:      Emmanuel Vadot <manu@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: c5393bd3ff19 - stable/13 - mmc: Only build mmc_fdt_helper and mmc_pwrseq for arch that uses ext_resources
Message-ID:  <202107221717.16MHH7eN091485@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by manu:

URL: https://cgit.FreeBSD.org/src/commit/?id=c5393bd3ff19e219482e5acb5e66e91a498ae5aa

commit c5393bd3ff19e219482e5acb5e66e91a498ae5aa
Author:     Emmanuel Vadot <manu@FreeBSD.org>
AuthorDate: 2021-05-21 17:35:20 +0000
Commit:     Emmanuel Vadot <manu@FreeBSD.org>
CommitDate: 2021-07-22 17:09:45 +0000

    mmc: Only build mmc_fdt_helper and mmc_pwrseq for arch that uses ext_resources
    
    This is now a needed requirement and fixes powerpc* build
    
    (cherry picked from commit 80e645dcdb8df280cbbe978f96c49689170eca68)
---
 sys/conf/files | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/sys/conf/files b/sys/conf/files
index f437760a5e73..3b8b761fde3a 100644
--- a/sys/conf/files
+++ b/sys/conf/files
@@ -2473,9 +2473,9 @@ dev/mmc/mmc.c			optional mmc !mmccam
 dev/mmc/mmcbr_if.m		standard
 dev/mmc/mmcbus_if.m		standard
 dev/mmc/mmcsd.c			optional mmcsd !mmccam
-dev/mmc/mmc_fdt_helpers.c	optional mmc fdt | mmccam fdt
-dev/mmc/mmc_pwrseq.c		optional mmc fdt | mmccam fdt
-dev/mmc/mmc_pwrseq_if.m		optional mmc fdt | mmccam fdt
+dev/mmc/mmc_fdt_helpers.c	optional ext_resources mmc fdt | ext_resources mmccam fdt
+dev/mmc/mmc_pwrseq.c		optional ext_resources mmc fdt | ext_resources mmccam fdt
+dev/mmc/mmc_pwrseq_if.m		optional ext_resources mmc fdt | ext_resources mmccam fdt
 dev/mmcnull/mmcnull.c		optional mmcnull
 dev/mn/if_mn.c			optional mn pci
 dev/mpr/mpr.c			optional mpr



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