mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-25 10:42:21 +03:00
Disabling build of Realtek BT USB driver for RHIVOS-1 kernel as this is not required for RHIVOS-1. Bug 4915378 Change-Id: I8a50a5d69d1c836a2dbbf5de1d39f7f6dc2a62de Signed-off-by: Shobek Attupurath <sattupurath@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/3234144 Reviewed-by: svcacv <svcacv@nvidia.com> GVS: buildbot_gerritrpt <buildbot_gerritrpt@nvidia.com> Reviewed-by: Ashutosh Jha <ajha@nvidia.com>
13 lines
528 B
Makefile
13 lines
528 B
Makefile
# SPDX-License-Identifier: GPL-2.0-only
|
|
# SPDX-FileCopyrightText: Copyright (c) 2024 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
|
|
|
|
# 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
|
|
export NV_OOT_PCIE_T264_SOC_SKIP_BUILD=y
|
|
export NV_OOT_REALTEK_RTL8852CE_SKIP_BUILD=y
|
|
export NV_OOT_REALTEK_BTUSB_SKIP_BUILD=y
|
|
subdir-ccflags-y += -DNV_CONFIG_PCIE_TEGRA_DMA_DISABLE
|