summaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorPalmer Dabbelt <palmerdabbelt@google.com>2021-02-22 18:18:58 -0800
committerPalmer Dabbelt <palmerdabbelt@google.com>2021-02-22 18:38:47 -0800
commite134d426e1a3b854cb6b62fad818677e58b087d5 (patch)
treee2307e6c8b829e415a76a52b1814308198a76132 /drivers
parentf3d60f2a25e4417e1676161fe42115de3e3f98a2 (diff)
downloadlinux-stable-e134d426e1a3b854cb6b62fad818677e58b087d5.tar.gz
linux-stable-e134d426e1a3b854cb6b62fad818677e58b087d5.tar.bz2
linux-stable-e134d426e1a3b854cb6b62fad818677e58b087d5.zip
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 <damien.lemoal@wdc.com> Signed-off-by: Palmer Dabbelt <palmerdabbelt@google.com>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/soc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/soc/Makefile b/drivers/soc/Makefile
index fa7071246546..34b23645be14 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/