mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-24 18:21:35 +03:00
Including nvhost-isp5.o in ACK build gives these errors : ERROR: modpost: "isp_channel_drv_register" undefined! ERROR: modpost: "isp_channel_drv_init" undefined! ERROR: modpost: "isp_channel_drv_exit" undefined! ERROR: modpost: "isp_channel_drv_unregister" undefined! Bug 3974840 Change-Id: Iadf8042e857e5083e19773ff1cc071382db75c9c Signed-off-by: Bruce Xu <brucex@nvidia.com> (cherry picked from commit d8dc0c2b04c86720e0de0db7c469cc19bce6a9c3) Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/2910054 Reviewed-by: svcacv <svcacv@nvidia.com> Reviewed-by: Ankita Garg <ankitag@nvidia.com> Reviewed-by: Laxman Dewangan <ldewangan@nvidia.com> GVS: Gerrit_Virtual_Submit <buildbot_gerritrpt@nvidia.com> Tested-by: Ankita Garg <ankitag@nvidia.com>
10 lines
261 B
Makefile
10 lines
261 B
Makefile
# SPDX-License-Identifier: GPL-2.0-only
|
|
# Copyright (c) 2022-2023, NVIDIA CORPORATION. All rights reserved.
|
|
|
|
LINUXINCLUDE += -DCONFIG_TEGRA_HOST1X
|
|
|
|
nvhost-isp5-objs = isp5.o
|
|
ifeq ($(findstring ack_src,$(NV_BUILD_KERNEL_OPTIONS)),)
|
|
obj-m += nvhost-isp5.o
|
|
endif
|