From: Jayesh Choudhary Date: Wed, 12 Jun 2024 09:11:15 +0000 (+0530) Subject: arm: mach-k3: r5: Makefile: Fix the order for entries X-Git-Url: http://git.dujemihanovic.xyz/?a=commitdiff_plain;h=d6942d72c4f5146a2d9e352e5223702e54b02c00;p=u-boot.git arm: mach-k3: r5: Makefile: Fix the order for entries Add the entries in alphabetical order. Signed-off-by: Jayesh Choudhary Reviewed-by: Neha Malcom Francis --- diff --git a/arch/arm/mach-k3/r5/Makefile b/arch/arm/mach-k3/r5/Makefile index 1cfc8e3ade..f1e61c8548 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 +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