Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 Feb 2021 18:14:19 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: 945dc4047dfa - stable/13 - arm64: Make thunderx vnic file depend on soc_cavm_thunderx
Message-ID:  <202102191814.11JIEJTu061202@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=945dc4047dfab1603eda0cf06478078bd0d77911

commit 945dc4047dfab1603eda0cf06478078bd0d77911
Author:     Emmanuel Vadot <manu@FreeBSD.org>
AuthorDate: 2021-02-04 14:31:23 +0000
Commit:     Emmanuel Vadot <manu@FreeBSD.org>
CommitDate: 2021-02-19 18:03:51 +0000

    arm64: Make thunderx vnic file depend on soc_cavm_thunderx
    
    MFC after:      3 days
---
 sys/conf/files.arm64 | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/sys/conf/files.arm64 b/sys/conf/files.arm64
index 8abe5d194d90..5c9cc1ca7b76 100644
--- a/sys/conf/files.arm64
+++ b/sys/conf/files.arm64
@@ -274,10 +274,10 @@ dev/vnic/mrml_bridge.c				optional vnic fdt
 dev/vnic/nic_main.c				optional vnic pci
 dev/vnic/nicvf_main.c				optional vnic pci pci_iov
 dev/vnic/nicvf_queues.c				optional vnic pci pci_iov
-dev/vnic/thunder_bgx_fdt.c			optional vnic fdt
-dev/vnic/thunder_bgx.c				optional vnic pci
-dev/vnic/thunder_mdio_fdt.c			optional vnic fdt
-dev/vnic/thunder_mdio.c				optional vnic
+dev/vnic/thunder_bgx_fdt.c			optional soc_cavm_thunderx pci vnic fdt
+dev/vnic/thunder_bgx.c				optional soc_cavm_thunderx pci vnic pci
+dev/vnic/thunder_mdio_fdt.c			optional soc_cavm_thunderx pci vnic fdt
+dev/vnic/thunder_mdio.c				optional soc_cavm_thunderx pci vnic
 dev/vnic/lmac_if.m				optional inet | inet6 | vnic
 
 ##



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