2018-05-06 21:58:06 +00:00
|
|
|
# SPDX-License-Identifier: GPL-2.0+
|
2014-11-20 13:14:13 +00:00
|
|
|
#
|
|
|
|
# (C) Copyright 2014 Freescale Semiconductor, Inc.
|
|
|
|
# Author: Nitin Garg <nitin.garg@freescale.com>
|
|
|
|
|
|
|
|
obj-$(CONFIG_DM_THERMAL) += thermal-uclass.o
|
2022-09-06 11:30:35 +00:00
|
|
|
obj-$(CONFIG_SANDBOX) += thermal_sandbox.o
|
2015-09-02 18:54:13 +00:00
|
|
|
obj-$(CONFIG_IMX_THERMAL) += imx_thermal.o
|
2019-05-05 13:23:54 +00:00
|
|
|
obj-$(CONFIG_IMX_SCU_THERMAL) += imx_scu_thermal.o
|
2017-11-14 10:42:31 +00:00
|
|
|
obj-$(CONFIG_TI_DRA7_THERMAL) += ti-bandgap.o
|
2020-05-03 14:19:46 +00:00
|
|
|
obj-$(CONFIG_IMX_TMU) += imx_tmu.o
|