mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-05 20:54:31 +00:00
1368f99346
Rework imx_thermal driver to be used across i.MX processor that support thermal sensor Signed-off-by: Adrian Alonso <aalonso@freescale.com> Signed-off-by: Peng Fan <Peng.Fan@freescale.com>
9 lines
230 B
Makefile
9 lines
230 B
Makefile
#
|
|
# (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
|
|
obj-$(CONFIG_IMX_THERMAL) += imx_thermal.o
|