hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
kernel/drivers/thermal/qcom/Makefile
....@@ -1,2 +1,6 @@
1
+# SPDX-License-Identifier: GPL-2.0-only
12 obj-$(CONFIG_QCOM_TSENS) += qcom_tsens.o
2
-qcom_tsens-y += tsens.o tsens-common.o tsens-8916.o tsens-8974.o tsens-8960.o tsens-v2.o
3
+
4
+qcom_tsens-y += tsens.o tsens-v2.o tsens-v1.o tsens-v0_1.o \
5
+ tsens-8960.o
6
+obj-$(CONFIG_QCOM_SPMI_TEMP_ALARM) += qcom-spmi-temp-alarm.o