Message ID | 1411992293-7729-4-git-send-email-zhang.lyra@gmail.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On Mon, Sep 29, 2014 at 08:04:50PM +0800, zhang.lyra@gmail.com wrote: > dtb-$(CONFIG_ARCH_VEXPRESS) += rtsm_ve-aemv8a.dtb foundation-v8.dtb > dtb-$(CONFIG_ARCH_XGENE) += apm-mustang.dtb > +dtb-$(CONFIG_ARCH_SHARK64) += sprd_shark64.dtb It's better to keep lists in Makefiles and Kconfig sorted alphanumerically, that way there's less chance of conflicts when applying patches or merging different branches.
Hi, Mark [use plain text pattern to send again] 2014-09-29 22:47 GMT+08:00 Mark Brown <broonie@kernel.org>: > On Mon, Sep 29, 2014 at 08:04:50PM +0800, zhang.lyra@gmail.com wrote: > >> dtb-$(CONFIG_ARCH_VEXPRESS) += rtsm_ve-aemv8a.dtb foundation-v8.dtb >> dtb-$(CONFIG_ARCH_XGENE) += apm-mustang.dtb >> +dtb-$(CONFIG_ARCH_SHARK64) += sprd_shark64.dtb > > It's better to keep lists in Makefiles and Kconfig sorted > alphanumerically, that way there's less chance of conflicts when > applying patches or merging different branches. Thank you very much for your review and explain why this way is better. I'll address this change in V2. Best regards, Chunyan
diff --git a/arch/arm64/boot/dts/Makefile b/arch/arm64/boot/dts/Makefile index c52bdb0..7fdb9df 100644 --- a/arch/arm64/boot/dts/Makefile +++ b/arch/arm64/boot/dts/Makefile @@ -1,5 +1,6 @@ dtb-$(CONFIG_ARCH_VEXPRESS) += rtsm_ve-aemv8a.dtb foundation-v8.dtb dtb-$(CONFIG_ARCH_XGENE) += apm-mustang.dtb +dtb-$(CONFIG_ARCH_SHARK64) += sprd_shark64.dtb targets += dtbs targets += $(dtb-y)