kernel makefile
Uwe Kleine-König
u.kleine-koenig at pengutronix.de
Tue Jul 30 08:26:08 EDT 2013
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/ |
More information about the linux-arm-kernel
mailing list