From e7868529f316e5a8367082149be854471e44c7a9 Mon Sep 17 00:00:00 2001 From: Laxman Dewangan Date: Tue, 12 Dec 2023 11:39:45 +0000 Subject: [PATCH] misc: Enable build of mods module Build of mods module disabled due to not supporting legacy IVC from Linux 6.2. Enable build of mods. Bug 4346767 Change-Id: I4eccc831dba2820467f5d455bb5cba387f879b23 Signed-off-by: Laxman Dewangan Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/3033023 (cherry picked from commit 00f3315faf5b14bf0cf9a09f6a2ae3fee07d7ebe) Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/3038669 Reviewed-by: svcacv Reviewed-by: Jonathan Hunter Tested-by: Jonathan Hunter GVS: Gerrit_Virtual_Submit --- drivers/misc/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/drivers/misc/Makefile b/drivers/misc/Makefile index 26bdd5e7..9364d84a 100644 --- a/drivers/misc/Makefile +++ b/drivers/misc/Makefile @@ -1,11 +1,9 @@ # SPDX-License-Identifier: GPL-2.0 -# Copyright (c) 2022-2023, NVIDIA CORPORATION. All rights reserved. +# Copyright (c) 2022-2024, NVIDIA CORPORATION. All rights reserved. ifeq ($(findstring ack_src,$(NV_BUILD_KERNEL_OPTIONS)),) -ifneq ($(CONFIG_TEGRA_IVC_LEGACY_DISABLE),y) obj-m += mods/ endif -endif obj-m += nvsciipc/ ifdef CONFIG_PCI obj-m += tegra-pcie-dma-test.o