mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-24 10:11:26 +03:00
NvEthernet: Add T26x EQoS XPCS separate lib
Add T26x EQoS XPCS h/w specific lib to compile nvethernet Bug 4997903 Change-Id: Ib8171425e65fc167bf5f14ad1b1d104891f7e444 Signed-off-by: Sanath Kumar Gampa <sgampa@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/3268504 GVS: buildbot_gerritrpt <buildbot_gerritrpt@nvidia.com> Reviewed-by: Rakesh Goyal <rgoyal@nvidia.com> Reviewed-by: Srinivas Ramachandran <srinivasra@nvidia.com> Reviewed-by: svcacv <svcacv@nvidia.com>
This commit is contained in:
committed by
Jon Hunter
parent
71e934a5ef
commit
e0de3a4c56
@@ -1,10 +1,11 @@
|
||||
#SPDX-License-Identifier: GPL-2.0-only
|
||||
#Copyright (c) 2019-2024, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
|
||||
#Copyright (c) 2019-2025, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
|
||||
|
||||
OSI_COMMON := nvethernetrm/osi/common
|
||||
OSI_CORE := nvethernetrm/osi/core
|
||||
OSI_DMA := nvethernetrm/osi/dma
|
||||
OSI_MACSEC := nvethernetrm/osi/nvmacsecrm
|
||||
OSI_XPCS := nvethernetrm/osi/nvxpcsrm
|
||||
|
||||
obj-m += nvethernet.o
|
||||
|
||||
@@ -47,6 +48,7 @@ nvethernet-objs:= ether_linux.o \
|
||||
$(OSI_CORE)/osi_hal.o \
|
||||
$(OSI_CORE)/common_macsec.o \
|
||||
$(OSI_MACSEC)/macsec.o \
|
||||
$(OSI_XPCS)/nvxpcs.o \
|
||||
$(OSI_DMA)/osi_dma.o \
|
||||
$(OSI_DMA)/osi_dma_txrx.o \
|
||||
$(OSI_CORE)/eqos_core.o \
|
||||
|
||||
Reference in New Issue
Block a user