mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-22 17:25:35 +03:00
- Enable r8168 downstream pcie ethernet driver for k5.15 - Update driver version to 8.051.02 - Makefile updated to support compilation in oot repo Bug 4080753 Bug 4097309 Change-Id: Ia5fcd99fb4701273b83bede35f4e8f4dea5c67e0 Signed-off-by: Sushil Kumar Singh <sushilkumars@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/2908443 GVS: Gerrit_Virtual_Submit <buildbot_gerritrpt@nvidia.com> Tested-by: Brad Griffis <bgriffis@nvidia.com> Reviewed-by: Brad Griffis <bgriffis@nvidia.com> Reviewed-by: Laxman Dewangan <ldewangan@nvidia.com>
11 lines
197 B
Makefile
11 lines
197 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
# Copyright (c) 2022, NVIDIA CORPORATION. All rights reserved.
|
|
|
|
obj-m += nvidia/
|
|
|
|
ifdef CONFIG_PCI
|
|
obj-m += marvell/
|
|
obj-m += microchip/
|
|
obj-m += realtek/
|
|
endif
|