linux/drivers/thermal/qcom/Makefile
<<
>>
Prefs
   1# SPDX-License-Identifier: GPL-2.0-only
   2obj-$(CONFIG_QCOM_TSENS)        += qcom_tsens.o
   3
   4qcom_tsens-y                    += tsens.o tsens-common.o tsens-v0_1.o \
   5                                   tsens-8960.o tsens-v2.o tsens-v1.o
   6obj-$(CONFIG_QCOM_SPMI_TEMP_ALARM)      += qcom-spmi-temp-alarm.o
   7