diff --git a/configs/Makefile.config.fuzzing b/configs/Makefile.config.fuzzing new file mode 100644 index 00000000..ea81a558 --- /dev/null +++ b/configs/Makefile.config.fuzzing @@ -0,0 +1,8 @@ +# 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 \ No newline at end of file