aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-k3
diff options
context:
space:
mode:
authorJayesh Choudhary <j-choudhary@ti.com>2024-06-12 14:41:15 +0530
committerTom Rini <trini@konsulko.com>2024-06-19 12:07:43 -0600
commitd6942d72c4f5146a2d9e352e5223702e54b02c00 (patch)
tree974a281a900d23b407440deee34f49d6600be364 /arch/arm/mach-k3
parentbda4be0988eee6fa5374510b74d07a3236829a7c (diff)
downloadu-boot-d6942d72c4f5146a2d9e352e5223702e54b02c00.zip
u-boot-d6942d72c4f5146a2d9e352e5223702e54b02c00.tar.gz
u-boot-d6942d72c4f5146a2d9e352e5223702e54b02c00.tar.bz2
arm: mach-k3: r5: Makefile: Fix the order for entries
Add the entries in alphabetical order. Signed-off-by: Jayesh Choudhary <j-choudhary@ti.com> Reviewed-by: Neha Malcom Francis <n-francis@ti.com>
Diffstat (limited to 'arch/arm/mach-k3')
-rw-r--r--arch/arm/mach-k3/r5/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm/mach-k3/r5/Makefile b/arch/arm/mach-k3/r5/Makefile
index 1cfc8e3..f1e61c8 100644
--- a/arch/arm/mach-k3/r5/Makefile
+++ b/arch/arm/mach-k3/r5/Makefile
@@ -3,13 +3,13 @@
# Copyright (C) 2023 Texas Instruments Incorporated - https://www.ti.com/
# Andrew Davis <afd@ti.com>
+obj-$(CONFIG_SOC_K3_AM625) += am62x/
+obj-$(CONFIG_SOC_K3_AM62A7) += am62ax/
+obj-$(CONFIG_SOC_K3_AM62P5) += am62px/
obj-$(CONFIG_SOC_K3_J721E) += j721e/
obj-$(CONFIG_SOC_K3_J721E) += j7200/
obj-$(CONFIG_SOC_K3_J721S2) += j721s2/
-obj-$(CONFIG_SOC_K3_AM625) += am62x/
-obj-$(CONFIG_SOC_K3_AM62A7) += am62ax/
obj-$(CONFIG_SOC_K3_J784S4) += j784s4/
-obj-$(CONFIG_SOC_K3_AM62P5) += am62px/
obj-y += common.o
obj-y += lowlevel_init.o