summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorMarek Vasut <[email protected]>2025-09-06 02:01:18 +0200
committerTom Rini <[email protected]>2025-09-16 16:12:54 -0600
commit7be74f63f7ebeec1665a4f0f1cf3e41c5444518d (patch)
tree95b406b8852f7e52361545b8507a3a34e4fe3c8a /drivers
parentab11aca3a157f806857e4d59e8267836b11c51ad (diff)
thermal: Sort the Makefile
Sort the Makefile alphabetically. No functional change. Signed-off-by: Marek Vasut <[email protected]>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/thermal/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/thermal/Makefile b/drivers/thermal/Makefile
index b5ab0fc221f..18ad453f9b1 100644
--- a/drivers/thermal/Makefile
+++ b/drivers/thermal/Makefile
@@ -4,9 +4,9 @@
# Author: Nitin Garg <[email protected]>
obj-$(CONFIG_DM_THERMAL) += thermal-uclass.o
-obj-$(CONFIG_SANDBOX) += thermal_sandbox.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
+obj-$(CONFIG_IMX_THERMAL) += imx_thermal.o
obj-$(CONFIG_IMX_TMU) += imx_tmu.o
+obj-$(CONFIG_SANDBOX) += thermal_sandbox.o
+obj-$(CONFIG_TI_DRA7_THERMAL) += ti-bandgap.o
obj-$(CONFIG_TI_LM74_THERMAL) += ti-lm74.o