Files
linux-nv-oot/configs/Makefile.config.nvmainline
Jon Hunter d38d017e88 configs: Add config for nvmainline
Add an OOT driver config for the nvmainline build to disable the OOT
drivers for BPMP Hypervisor, Hypervisor IVC and IVC EXT, so that these
can be built into the kernel.

Bug 5157858

Change-Id: Ibc1aec5aba045cc19d4663e42745d98e88ac4a26
Signed-off-by: Jon Hunter <jonathanh@nvidia.com>
Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/3316757
GVS: buildbot_gerritrpt <buildbot_gerritrpt@nvidia.com>
Reviewed-by: Sumit Gupta <sumitg@nvidia.com>
2025-07-24 10:19:16 +00:00

9 lines
335 B
Makefile

# SPDX-License-Identifier: GPL-2.0-only
# SPDX-FileCopyrightText: Copyright (c) 2025 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
# NVIDIA mainline Kernel specific environment variables to configure the OOT modules
export NV_OOT_IVC_EXT_SKIP_BUILD=y
export NV_OOT_TEGRA_HV_SKIP_BUILD=y
export NV_OOT_TEGRA_BPMP_SKIP_BUILD=y