linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* kernel makefile
@ 2013-07-30 12:19 zhaobin xv
  2013-07-30 12:26 ` Uwe Kleine-König
  0 siblings, 1 reply; 2+ messages in thread
From: zhaobin xv @ 2013-07-30 12:19 UTC (permalink / raw)
  To: linux-arm-kernel

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

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

end of thread, other threads:[~2013-07-30 12:26 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-30 12:19 kernel makefile zhaobin xv
2013-07-30 12:26 ` Uwe Kleine-König

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).