diff options
author | Joel Stanley <joel@jms.id.au> | 2017-11-28 23:27:05 +1030 |
---|---|---|
committer | Joel Stanley <joel@jms.id.au> | 2017-12-21 14:03:19 +1030 |
commit | 8b42ae23ee0a1986ad9122aca7f821a2ff2d7516 (patch) | |
tree | 63e6fd70667faf4539f2d7f1ebfd6b55ad78d881 /arch/arm/boot/dts/Makefile | |
parent | 529022738c8e56d733cd16aa14517c55b41e174b (diff) | |
download | lwn-8b42ae23ee0a1986ad9122aca7f821a2ff2d7516.tar.gz lwn-8b42ae23ee0a1986ad9122aca7f821a2ff2d7516.zip |
ARM: dts: aspeed: Sort ASPEED entries in makefile
In preperation for adding more boards.
Reviewed-by: Cédric Le Goater <clg@kaod.org>
Signed-off-by: Joel Stanley <joel@jms.id.au>
Diffstat (limited to 'arch/arm/boot/dts/Makefile')
-rw-r--r-- | arch/arm/boot/dts/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile index d0381e9caf21..5d1e9d37bf3a 100644 --- a/arch/arm/boot/dts/Makefile +++ b/arch/arm/boot/dts/Makefile @@ -1101,7 +1101,8 @@ dtb-$(CONFIG_ARCH_MEDIATEK) += \ mt8127-moose.dtb \ mt8135-evbp1.dtb dtb-$(CONFIG_ARCH_ZX) += zx296702-ad1.dtb -dtb-$(CONFIG_ARCH_ASPEED) += aspeed-bmc-opp-palmetto.dtb \ - aspeed-bmc-opp-romulus.dtb \ - aspeed-ast2500-evb.dtb +dtb-$(CONFIG_ARCH_ASPEED) += \ + aspeed-ast2500-evb.dtb \ + aspeed-bmc-opp-palmetto.dtb \ + aspeed-bmc-opp-romulus.dtb endif |