mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-24 10:11:26 +03:00
Add max77851 thermal driver into nvidia-oot repo Fix k6.1 build errors k5.15 uses same APIs available in k5.10 Bug 200749982 Change-Id: I5a6eddc2835ae7aeeba36f66b545ef2105b5f616 Signed-off-by: Shubhi Garg <shgarg@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/linux-5.10/+/2595378 Signed-off-by: Bitan Biswas <bbiswas@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/2960843 GVS: Gerrit_Virtual_Submit <buildbot_gerritrpt@nvidia.com>
9 lines
287 B
Makefile
9 lines
287 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
# SPDX-FileCopyrightText: Copyright (c) 2022-2023 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
|
|
|
|
ifeq ($(findstring ack_src,$(NV_BUILD_KERNEL_OPTIONS)),)
|
|
obj-m += pex9749-thermal.o
|
|
obj-m += tegra234-oc-event.o
|
|
endif
|
|
obj-m += max77851_thermal.o
|