[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH] xen: arm: Use $(OBJCOPY) not bare objcopy
Signed-off-by: Ian Campbell <ian.campbell@xxxxxxxxxx> Reported-by: Anthony PERARD <anthony.perard@xxxxxxxxxx> --- xen/arch/arm/Makefile | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/xen/arch/arm/Makefile b/xen/arch/arm/Makefile index fd92b72..4c61b04 100644 --- a/xen/arch/arm/Makefile +++ b/xen/arch/arm/Makefile @@ -46,7 +46,7 @@ $(TARGET): $(TARGET)-syms $(TARGET).bin # $(TARGET).bin: $(TARGET)-syms - objcopy -O binary -S $< $@ + $(OBJCOPY) -O binary -S $< $@ #$(TARGET): $(TARGET)-syms $(efi-y) boot/mkelf32 # ./boot/mkelf32 $(TARGET)-syms $(TARGET) 0x100000 \ -- 1.7.9.1 _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |