From: andrew@lunn.ch (Andrew Lunn)
To: linux-arm-kernel@lists.infradead.org
Subject: [patch] ARM: Kirkwood: fix Makefile.boot
Date: Mon, 13 Aug 2012 16:33:47 +0200 [thread overview]
Message-ID: <20120813143347.GG12756@lunn.ch> (raw)
In-Reply-To: <20120805203610.644315269@rtp-net.org>
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
>
>
next prev parent reply other threads:[~2012-08-13 14:33 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
[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 [this message]
2012-08-14 19:43 ` Jason Cooper
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20120813143347.GG12756@lunn.ch \
--to=andrew@lunn.ch \
--cc=linux-arm-kernel@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.