xref: /rk3399_rockchip-uboot/drivers/thermal/Makefile (revision 583deafe1bcb453d20d4f3c81cfcdd7a364ab305)
1#
2# (C) Copyright 2014 Freescale Semiconductor, Inc.
3# Author: Nitin Garg <nitin.garg@freescale.com>
4#
5# SPDX-License-Identifier:	GPL-2.0+
6#
7
8obj-$(CONFIG_DM_THERMAL) += thermal-uclass.o
9obj-$(CONFIG_IMX_THERMAL) += imx_thermal.o
10obj-$(CONFIG_ROCKCHIP_THERMAL) += rockchip_thermal.o
11