Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1572344
| From | Gregory CLEMENT <gregory.clement@free-electrons.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH] ARM: orion5x: fix Makefile for linkstation-lschl.dtb |
| Date | 2017-02-02 14:10 +0100 |
| Message-ID | <t6pjb-4nr-15@gated-at.bofh.it> (permalink) |
| References | <t6nU5-3lz-1@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Hi Arnd,
On jeu., févr. 02 2017, Arnd Bergmann <arnd@arndb.de> wrote:
> The rename of orion5x-lschl.dts needs to be reflected in the Makefile:
>
> make[3]: *** No rule to make target
> 'arch/arm/boot/dts/orion5x-lschl.dtb', needed by '__build'.
Sorry for that, I did a make dtbs but with the wrong config, (mvebu_v7)
:(
The offending patch is in my mvebu/fixes branch that you didn't applied
yet. How do you want to proceed?
Will you applied this patch just after merging tags/mvebu-fixes-4.10-1 ?
Do you want I resubmit a PR with your patch?
In this case I could also squash your patch in the offending patch.
In any case, if needed you can add my
Acked-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
Thanks,
Gregory
>
> Fixes: 6cfd3cd8d836 ("ARM: dts: orion5x-lschl: More consistent naming on linkstation series")
> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
> ---
> arch/arm/boot/dts/Makefile | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile
> index 10eec600cf6b..47208fc5a750 100644
> --- a/arch/arm/boot/dts/Makefile
> +++ b/arch/arm/boot/dts/Makefile
> @@ -633,7 +633,7 @@ dtb-$(CONFIG_ARCH_ORION5X) += \
> orion5x-lacie-ethernet-disk-mini-v2.dtb \
> orion5x-linkstation-lsgl.dtb \
> orion5x-linkstation-lswtgl.dtb \
> - orion5x-lschl.dtb \
> + orion5x-linkstation-lschl.dtb \
> orion5x-lswsgl.dtb \
> orion5x-maxtor-shared-storage-2.dtb \
> orion5x-netgear-wnr854t.dtb \
> --
> 2.9.0
>
--
Gregory Clement, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH] ARM: orion5x: fix Makefile for linkstation-lschl.dtb Arnd Bergmann <arnd@arndb.de> - 2017-02-02 12:40 +0100
Re: [PATCH] ARM: orion5x: fix Makefile for linkstation-lschl.dtb Roger Shimizu <rogershimizu@gmail.com> - 2017-02-02 12:50 +0100
Re: [PATCH] ARM: orion5x: fix Makefile for linkstation-lschl.dtb Gregory CLEMENT <gregory.clement@free-electrons.com> - 2017-02-02 14:10 +0100
Re: [PATCH] ARM: orion5x: fix Makefile for linkstation-lschl.dtb Arnd Bergmann <arnd@arndb.de> - 2017-02-02 14:30 +0100
csiph-web