mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-24 18:21:35 +03:00
Disable thermal module in Android Common Kernel (ACK) to avoid the build error when building the driver with clang Bug 3974840 Signed-off-by: Ankita Garg <ankitag@nvidia.com> Change-Id: I98ce3269a8cb9f75c8b41865f08fcdd0749b745c (cherry picked from commit ae5565b472f4a9b7715e392e7bb4b9d2c4854d01) Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/2890342 Reviewed-by: svcacv <svcacv@nvidia.com> Reviewed-by: Laxman Dewangan <ldewangan@nvidia.com> GVS: Gerrit_Virtual_Submit <buildbot_gerritrpt@nvidia.com>
7 lines
223 B
Makefile
7 lines
223 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
# Copyright (c) 2022-2023, NVIDIA CORPORATION. All rights reserved.
|
|
|
|
ifeq ($(findstring ack_src,$(NV_BUILD_KERNEL_OPTIONS)),)
|
|
obj-m += pex9749-thermal.o
|
|
obj-m += tegra234-oc-event.o
|
|
endif |