[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH] xen: arm: Use $(OBJCOPY) not bare objcopy
At 15:29 +0000 on 03 Dec (1354548558), Ian Campbell wrote: > Signed-off-by: Ian Campbell <ian.campbell@xxxxxxxxxx> > Reported-by: Anthony PERARD <anthony.perard@xxxxxxxxxx> Acked-by: Tim Deegan <tim@xxxxxxx> > --- > 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 _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |