git: b81439d1eb3a - main - arm64: Make thunderx vnic file depend on soc_cavm_thunderx

Emmanuel Vadot manu at FreeBSD.org
Wed Feb 10 20:17:09 UTC 2021


The branch main has been updated by manu:

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

commit b81439d1eb3a25fd2329a4391597de43b9c52589
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-10 20:15:40 +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-main mailing list