From: u.kleine-koenig@pengutronix.de (Uwe Kleine-König)
To: linux-arm-kernel@lists.infradead.org
Subject: kernel makefile
Date: Tue, 30 Jul 2013 14:26:08 +0200 [thread overview]
Message-ID: <20130730122608.GS1754@pengutronix.de> (raw)
In-Reply-To: <CANEcUBV0k_JgDyO6-MAzAqX3EwaL77ctwPRSzdkHD-qc-eJPEw@mail.gmail.com>
Hello,
On Tue, Jul 30, 2013 at 08:19:08PM +0800, zhaobin xv wrote:
> in arch/arm/boot/Makefile:
> there is some makefile code:
>
> ifeq ($(CONFIG_ZBOOT_ROM),y)
> $(obj)/uImage: LOADADDR=$(CONFIG_ZBOOT_ROM_TEXT)
> else
> $(obj)/uImage: LOADADDR=$(ZRELADDR)
> endif
>
> $(obj)/uImage: STARTADDR=$(LOADADDR)
>
> I can't understand the makefile syntax:$(obj)/uImage: STARTADDR=$(LOADADDR),
> I can't find the syntax in GNU make Version 3.82
> where can I find the syntax
Check
info make 'Target-specific'
Best regards
Uwe
--
Pengutronix e.K. | Uwe Kleine-K?nig |
Industrial Linux Solutions | http://www.pengutronix.de/ |
prev parent reply other threads:[~2013-07-30 12:26 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-07-30 12:19 kernel makefile zhaobin xv
2013-07-30 12:26 ` Uwe Kleine-König [this message]
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=20130730122608.GS1754@pengutronix.de \
--to=u.kleine-koenig@pengutronix.de \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).