mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-22 09:11:26 +03:00
Control ACK feature only by CONFIG_TEGRA_SYSTEM_TYPE_ACK from kernel-build. This can make build nv-oot clearer. Bug 4405208 Change-Id: Ia3f036f9a59b829d762ced15b01f4342720f291d Signed-off-by: Jian-Min Liu <jianminl@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/3027994 Reviewed-by: Ankita Garg <ankitag@nvidia.com> Reviewed-by: Laxman Dewangan <ldewangan@nvidia.com> GVS: Gerrit_Virtual_Submit <buildbot_gerritrpt@nvidia.com>
10 lines
296 B
Makefile
10 lines
296 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
# SPDX-FileCopyrightText: Copyright (c) 2022-2023 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
|
|
|
|
ifndef CONFIG_TEGRA_SYSTEM_TYPE_ACK
|
|
obj-m += pex9749-thermal.o
|
|
obj-m += tegra234-oc-event.o
|
|
obj-m += thermal-trip-event.o
|
|
endif
|
|
obj-m += max77851_thermal.o
|