kernel makefile

zhaobin xv xvzhaobin at gmail.com
Tue Jul 30 08:19:08 EDT 2013


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



More information about the linux-arm-kernel mailing list