mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-24 10:11:26 +03:00
Disable CONFIG_PCIE_TEGRA_DMA for few kernel like jammy-src, stable and rhivos-1 where PCIE_TEGRA_DMA is not supported. Bug 4911768 Change-Id: I4c3a379a2bc9facff2744ae83300f3e12587ec17 Signed-off-by: Laxman Dewangan <ldewangan@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/3237170 GVS: buildbot_gerritrpt <buildbot_gerritrpt@nvidia.com>
8 lines
316 B
Makefile
8 lines
316 B
Makefile
# SPDX-License-Identifier: GPL-2.0-only
|
|
# SPDX-FileCopyrightText: Copyright (c) 2024 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
|
|
|
|
# Kernel jammy-src specific environment variables to configure the OOT modules
|
|
|
|
export NV_OOT_PCIE_T264_SOC_SKIP_BUILD=y
|
|
subdir-ccflags-y += -DNV_CONFIG_PCIE_TEGRA_DMA_DISABLE
|