summaryrefslogtreecommitdiff
path: root/drivers/thermal/Makefile
diff options
context:
space:
mode:
authorPeng Fan <peng.fan@nxp.com>2019-05-05 16:23:54 +0300
committerStefano Babic <sbabic@denx.de>2019-07-19 16:17:05 +0300
commit5ef5b6d46f6b2a375230fa7dee8695e4574b78be (patch)
tree85eb7f020ed6d5310bf795afe3d354e8b6a8530b /drivers/thermal/Makefile
parent7752a0fef74be1b222caf1d9c5cf07e0e4b6190c (diff)
downloadu-boot-5ef5b6d46f6b2a375230fa7dee8695e4574b78be.tar.xz
thermal: add i.MX8 thermal driver
Add i.MX8 thermal driver to support get temperature from SCU. Signed-off-by: Peng Fan <peng.fan@nxp.com>
Diffstat (limited to 'drivers/thermal/Makefile')
-rw-r--r--drivers/thermal/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/thermal/Makefile b/drivers/thermal/Makefile
index cc75e387e4..ef2929d180 100644
--- a/drivers/thermal/Makefile
+++ b/drivers/thermal/Makefile
@@ -5,4 +5,5 @@
obj-$(CONFIG_DM_THERMAL) += thermal-uclass.o
obj-$(CONFIG_IMX_THERMAL) += imx_thermal.o
+obj-$(CONFIG_IMX_SCU_THERMAL) += imx_scu_thermal.o
obj-$(CONFIG_TI_DRA7_THERMAL) += ti-bandgap.o