mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-24 10:11:26 +03:00
r8126: Fix typo in the object name
Fix typo in object name for the driver of r8126. Bug 4478230 Change-Id: I20e0d3f9ad2074ea4ca69eb8bf108272ba4e3e8d Signed-off-by: Laxman Dewangan <ldewangan@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/3149558 Tested-by: Seema Khowala <seemaj@nvidia.com> Reviewed-by: svcacv <svcacv@nvidia.com> Reviewed-by: Revanth Kumar Uppala <ruppala@nvidia.com> GVS: buildbot_gerritrpt <buildbot_gerritrpt@nvidia.com> Tested-by: Revanth Kumar Uppala <ruppala@nvidia.com> Tested-by: Bitan Biswas <bbiswas@nvidia.com>
This commit is contained in:
committed by
mobile promotions
parent
776ab71140
commit
e7777958d3
@@ -35,7 +35,7 @@ LINUX_VERSION_6_9 := $(shell expr 6 \* 256 + 9)
|
||||
# Use dummy R8126 driver for K69 and later
|
||||
ifeq ($(shell test $(LINUX_VERSION) -ge $(LINUX_VERSION_6_9); echo $$?),0)
|
||||
obj-m := r8126.o
|
||||
r8168-objs := r8126_dummy.o
|
||||
r8126-objs := r8126_dummy.o
|
||||
else
|
||||
|
||||
CONFIG_SOC_LAN = n
|
||||
|
||||
Reference in New Issue
Block a user