All of lore.kernel.org
 help / color / mirror / Atom feed
* [patch] ARM: Kirkwood: fix Makefile.boot
       [not found] <20120805203555.457907381@rtp-net.org>
@ 2012-08-05 20:35 ` Arnaud Patard (Rtp)
  2012-08-13 14:33   ` Andrew Lunn
  2012-08-14 19:43   ` Jason Cooper
  0 siblings, 2 replies; 3+ messages in thread
From: Arnaud Patard (Rtp) @ 2012-08-05 20:35 UTC (permalink / raw)
  To: linux-arm-kernel

An embedded and charset-unspecified text was scrubbed...
Name: kirkwood-fix-ts219-dtb.patch
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20120805/efa13936/attachment.ksh>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [patch] ARM: Kirkwood: fix Makefile.boot
  2012-08-05 20:35 ` [patch] ARM: Kirkwood: fix Makefile.boot Arnaud Patard (Rtp)
@ 2012-08-13 14:33   ` Andrew Lunn
  2012-08-14 19:43   ` Jason Cooper
  1 sibling, 0 replies; 3+ messages in thread
From: Andrew Lunn @ 2012-08-13 14:33 UTC (permalink / raw)
  To: linux-arm-kernel

On Sun, Aug 05, 2012 at 10:35:57PM +0200, Arnaud Patard wrote:
> While building the dtbs target, one is getting:
> 
> make dtbs
> make[1]: *** No rule to make target `arch/arm/boot/kirkwood-qnap-ts219.dtb', needed by `arch/arm/boot/dtbs'.  Stop.
> make: *** [dtbs] Error 2
> 
> The reason is that there's no kirkwood-qnap-ts219.dts file. Update Makefile.boot
> to reflect the dts files present.

Acked-by: Andrew Lunn <andrew@lunn.ch>

Jason, please channel this towards t3.6-rc2

> 
> Signed-off-by: Arnaud Patard <arnaud.patard@rtp-net.org>
> Index: alunn/arch/arm/mach-kirkwood/Makefile.boot
> ===================================================================
> --- alunn.orig/arch/arm/mach-kirkwood/Makefile.boot	2012-07-20 09:14:46.010289974 +0200
> +++ alunn/arch/arm/mach-kirkwood/Makefile.boot	2012-07-26 00:13:14.983792385 +0200
> @@ -7,7 +7,8 @@ dtb-$(CONFIG_MACH_DLINK_KIRKWOOD_DT) +=
>  dtb-$(CONFIG_MACH_DLINK_KIRKWOOD_DT) += kirkwood-dns325.dtb
>  dtb-$(CONFIG_MACH_ICONNECT_DT) += kirkwood-iconnect.dtb
>  dtb-$(CONFIG_MACH_IB62X0_DT) += kirkwood-ib62x0.dtb
> -dtb-$(CONFIG_MACH_TS219_DT)	+= kirkwood-qnap-ts219.dtb
> +dtb-$(CONFIG_MACH_TS219_DT)	+= kirkwood-ts219-6281.dtb
> +dtb-$(CONFIG_MACH_TS219_DT)	+= kirkwood-ts219-6282.dtb
>  dtb-$(CONFIG_MACH_GOFLEXNET_DT) += kirkwood-goflexnet.dtb
>  dbt-$(CONFIG_MACH_LSXL_DT) += kirkwood-lschlv2.dtb
>  dbt-$(CONFIG_MACH_LSXL_DT) += kirkwood-lsxhl.dtb
> 
> 

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [patch] ARM: Kirkwood: fix Makefile.boot
  2012-08-05 20:35 ` [patch] ARM: Kirkwood: fix Makefile.boot Arnaud Patard (Rtp)
  2012-08-13 14:33   ` Andrew Lunn
@ 2012-08-14 19:43   ` Jason Cooper
  1 sibling, 0 replies; 3+ messages in thread
From: Jason Cooper @ 2012-08-14 19:43 UTC (permalink / raw)
  To: linux-arm-kernel

On Sun, Aug 05, 2012 at 10:35:57PM +0200, Arnaud Patard wrote:
> While building the dtbs target, one is getting:
> 
> make dtbs
> make[1]: *** No rule to make target `arch/arm/boot/kirkwood-qnap-ts219.dtb', needed by `arch/arm/boot/dtbs'.  Stop.
> make: *** [dtbs] Error 2
> 
> The reason is that there's no kirkwood-qnap-ts219.dts file. Update Makefile.boot
> to reflect the dts files present.
> 
> Signed-off-by: Arnaud Patard <arnaud.patard@rtp-net.org>

added Acked-By from Andrew Lunn and applied to:

git://git.infradead.org/users/jcooper/linux.git fixes-for-v3.6

thx,

Jason.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-08-14 19:43 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20120805203555.457907381@rtp-net.org>
2012-08-05 20:35 ` [patch] ARM: Kirkwood: fix Makefile.boot Arnaud Patard (Rtp)
2012-08-13 14:33   ` Andrew Lunn
2012-08-14 19:43   ` Jason Cooper

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.