]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
thermal: Sort the Makefile
authorMarek Vasut <marek.vasut+renesas@mailbox.org>
Sat, 6 Sep 2025 00:01:18 +0000 (02:01 +0200)
committerTom Rini <trini@konsulko.com>
Tue, 16 Sep 2025 22:12:54 +0000 (16:12 -0600)
Sort the Makefile alphabetically. No functional change.

Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
drivers/thermal/Makefile

index b5ab0fc221fa65ab6f7714dfad91b804845c5f38..18ad453f9b1b8fc86394d6b57dbd9b2e61436d88 100644 (file)
@@ -4,9 +4,9 @@
 # Author: Nitin Garg <nitin.garg@freescale.com>
 
 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