mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-25 02:32:08 +03:00
Add new file 'Makefile.config.noble' to enable NV_OOT*SKIP_BUILD for Noble Kernel similar to Kernel-oot. Reference change: https://git-master.nvidia.com/r/c/linux-nv-oot/+/3214053 Bug 4551265 Change-Id: Ifd43a4ed775addc72a5062cf267b0481d20a5404 Signed-off-by: Sumit Gupta <sumitg@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/3305239 Reviewed-by: Jon Hunter <jonathanh@nvidia.com>
8 lines
324 B
Makefile
8 lines
324 B
Makefile
# SPDX-License-Identifier: GPL-2.0-only
|
|
# SPDX-FileCopyrightText: Copyright (c) 2025 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
|
|
|
|
# Kernel Noble 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
|