From: Palmer Dabbelt Date: Tue, 23 Feb 2021 02:18:58 +0000 (-0800) Subject: soc: canaan: Sort the Makefile alphabetically X-Git-Tag: accepted/tizen/unified/20230118.172025~7720^2~5 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e134d426e1a3b854cb6b62fad818677e58b087d5;p=platform%2Fkernel%2Flinux-rpi.git soc: canaan: Sort the Makefile alphabetically The rest of these are alphabetically sorted, and leaving it this way causes a merge conflict. Reviewed-by: Damien Le Moal Signed-off-by: Palmer Dabbelt --- diff --git a/drivers/soc/Makefile b/drivers/soc/Makefile index fa70712..34b23645 100644 --- a/drivers/soc/Makefile +++ b/drivers/soc/Makefile @@ -7,6 +7,7 @@ obj-$(CONFIG_ARCH_ACTIONS) += actions/ obj-y += aspeed/ obj-$(CONFIG_ARCH_AT91) += atmel/ obj-y += bcm/ +obj-$(CONFIG_SOC_CANAAN) += canaan/ obj-$(CONFIG_ARCH_DOVE) += dove/ obj-$(CONFIG_MACH_DOVE) += dove/ obj-y += fsl/ @@ -29,4 +30,3 @@ obj-$(CONFIG_ARCH_U8500) += ux500/ obj-$(CONFIG_PLAT_VERSATILE) += versatile/ obj-y += xilinx/ obj-$(CONFIG_ARCH_ZX) += zte/ -obj-$(CONFIG_SOC_CANAAN) += canaan/