From 5349b1398f73de8d89ada3e51ed9bfaeb2577eed Mon Sep 17 00:00:00 2001 From: Laxman Dewangan Date: Mon, 8 Jul 2024 13:15:53 +0000 Subject: [PATCH] ethernet: Disable realtek R8168 build for RHIVOS-1 kernel Disabling build of Realtek R8168 for RHIVOS-1 kernel as this is not required for RHIVOS-1. Bug 4729493 Change-Id: Iee3af848b2ffd8b4cbe684ae2d37ec7191d69581 Signed-off-by: Laxman Dewangan Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/3170563 GVS: buildbot_gerritrpt --- configs/Makefile.config.rhivos-1 | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/Makefile.config.rhivos-1 b/configs/Makefile.config.rhivos-1 index 8fdba7c2..661f3e93 100644 --- a/configs/Makefile.config.rhivos-1 +++ b/configs/Makefile.config.rhivos-1 @@ -4,5 +4,6 @@ # Kernel RHIVOS-1 specific environment variables to configure the OOT modules export NV_OOT_REALTEK_R8126_SKIP_BUILD=y +export NV_OOT_REALTEK_R8168_SKIP_BUILD=y export NV_OOT_REALTEK_RTL8822CE_SKIP_BUILD=y