diff --git a/drivers/misc/Makefile b/drivers/misc/Makefile index af311644..edcd1e64 100644 --- a/drivers/misc/Makefile +++ b/drivers/misc/Makefile @@ -2,10 +2,8 @@ # Copyright (c) 2022-2023, 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