From 5220de6faa784349b45dd47ecf54d3006376fca7 Mon Sep 17 00:00:00 2001 From: Shobek Attupurath Date: Fri, 2 Aug 2024 01:34:48 +0000 Subject: [PATCH] rtl8852ce: Disable realtek 8852CE build for RHIVOS-1 kernel Disabling build of Realtek RTL8852CE for RHIVOS-1 kernel as this is not required for RHIVOS-1. Bug 4667769 Change-Id: I2ac2ac84a3e2efdba5461816b02e92a17e2a6167 Signed-off-by: Shobek Attupurath Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/3186855 Reviewed-by: Revanth Kumar Uppala Reviewed-by: Ashutosh Jha 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 85890598..a22d5bad 100644 --- a/configs/Makefile.config.rhivos-1 +++ b/configs/Makefile.config.rhivos-1 @@ -7,3 +7,4 @@ export NV_OOT_REALTEK_R8126_SKIP_BUILD=y export NV_OOT_REALTEK_R8168_SKIP_BUILD=y export NV_OOT_REALTEK_RTL8822CE_SKIP_BUILD=y export NV_OOT_PCIE_T264_SOC_SKIP_BUILD=y +export NV_OOT_REALTEK_RTL8852CE_SKIP_BUILD=y