git: 945dc4047dfa - stable/13 - arm64: Make thunderx vnic file depend on soc_cavm_thunderx

Emmanuel Vadot manu at FreeBSD.org
Fri Feb 19 18:14:20 UTC 2021


The branch stable/13 has been updated by manu:

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

commit 945dc4047dfab1603eda0cf06478078bd0d77911
Author:     Emmanuel Vadot <manu at FreeBSD.org>
AuthorDate: 2021-02-04 14:31:23 +0000
Commit:     Emmanuel Vadot <manu at 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
 
 ##


More information about the dev-commits-src-all mailing list