mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-22 09:11:26 +03:00
For some of the kernel tegra_bpmp is part of core kernel and hence it is nto required to use the OOT tegra_bpmp driver. However, some packaging still expect the tegra_bpmp.ko from the OOT path. To trick the packaging file, add dummy tegra_bpmp driver which does not have anything other than module_init/module_exit. Bug 4551265 Change-Id: Ifae52acb63be009029c820b0ba7b15da6ea7a12e Signed-off-by: Manish Bhardwaj <mbhardwaj@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/3198304 Reviewed-by: Bharat Nihalani <bnihalani@nvidia.com> Reviewed-by: Laxman Dewangan <ldewangan@nvidia.com> GVS: buildbot_gerritrpt <buildbot_gerritrpt@nvidia.com>
9 lines
323 B
Makefile
9 lines
323 B
Makefile
# SPDX-License-Identifier: GPL-2.0-only
|
|
# SPDX-FileCopyrightText: Copyright (c) 2024 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
|
|
|
|
# Kernel OOT 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
|