2014-11-20 13:14:13 +00:00
|
|
|
#
|
|
|
|
# (C) Copyright 2014 Freescale Semiconductor, Inc.
|
|
|
|
# Author: Nitin Garg <nitin.garg@freescale.com>
|
|
|
|
#
|
|
|
|
# SPDX-License-Identifier: GPL-2.0+
|
|
|
|
#
|
|
|
|
|
|
|
|
obj-$(CONFIG_DM_THERMAL) += thermal-uclass.o
|
2015-09-02 18:54:13 +00:00
|
|
|
obj-$(CONFIG_IMX_THERMAL) += imx_thermal.o
|
2017-11-14 10:42:31 +00:00
|
|
|
obj-$(CONFIG_TI_DRA7_THERMAL) += ti-bandgap.o
|