pva: Do not build for ACK

Do not build PVA for android kernel as this is not
required for Android.

Bug 4911768

Change-Id: Ibc35c074a8a340afa57cd634e00399e408a416fb
Signed-off-by: Laxman Dewangan <ldewangan@nvidia.com>
This commit is contained in:
Laxman Dewangan
2024-10-17 09:27:57 +00:00
committed by Jon Hunter
parent 35e17c237e
commit e1bbd222ab

View File

@@ -1,7 +1,7 @@
# SPDX-License-Identifier: GPL-2.0-only
# Copyright (c) 2023, NVIDIA CORPORATION. All rights reserved.
# Copyright (c) 2023-2024, NVIDIA CORPORATION. All rights reserved.
ifndef CONFIG_TEGRA_SYSTEM_TYPE_ACK
ifeq ($(CONFIG_TEGRA_OOT_MODULE),m)
ifeq ($(findstring ack_src,$(NV_BUILD_KERNEL_OPTIONS)),)
@@ -55,4 +55,4 @@ nvhost-pva-objs = \
obj-m += nvhost-pva.o
endif
endif
endif