From d99e65db747fc7bda0e0cf38f6dfaea6a2b1f075 Mon Sep 17 00:00:00 2001 From: Jason Mei Date: Mon, 5 Feb 2024 14:08:12 +0800 Subject: [PATCH] PCI: EPF: tvnet: porting the PCIe tvnet driver Port the PCIe tvnet to 5.15 kernel Bug 4456727 Bug 4451567 Change-Id: I1b7a68479749145eca33361d6c79d53622c57ce7 Signed-off-by: Jason Mei Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/3070167 (cherry picked from commit e70b9e4c10a08fec1265e72791e5c4201dfe757a) Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/3084980 Reviewed-by: Brad Griffis Tested-by: Brad Griffis Reviewed-by: Jon Hunter GVS: Gerrit_Virtual_Submit --- drivers/pci/endpoint/functions/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/pci/endpoint/functions/Makefile b/drivers/pci/endpoint/functions/Makefile index e577a3a7..08be5058 100644 --- a/drivers/pci/endpoint/functions/Makefile +++ b/drivers/pci/endpoint/functions/Makefile @@ -1,6 +1,7 @@ # SPDX-License-Identifier: GPL-2.0 -# Copyright (c) 2022, NVIDIA CORPORATION. All rights reserved. +# Copyright (c) 2022-2024, NVIDIA CORPORATION. All rights reserved. ifdef CONFIG_PCIE_TEGRA194_EP obj-m += pci-epf-dma-test.o +obj-m += pci-epf-tegra-vnet.o endif