[U-Boot-Users] [PATCH] Minor fix for bios emulator makefile

Jin Zhengxiong-R64188 Jason.Jin at freescale.com
Wed Aug 8 02:24:56 CEST 2007


 

> -----Original Message-----
> From: wd at denx.de [mailto:wd at denx.de] 
> Sent: Tuesday, August 07, 2007 10:38 PM
> To: Jin Zhengxiong-R64188
> Cc: u-boot-users at lists.sourceforge.net; Loeliger Jon-LOELIGER
> Subject: Re: [PATCH] Minor fix for bios emulator makefile 
> 
> In message 
> <1186474628168-git-send-email-Jason.jin at freescale.com> you wrote:
> > Add $(obj) to LIB avoiding objects be built in the source dir
> > ---
> >  drivers/bios_emulator/Makefile |    2 +-
> >  1 files changed, 1 insertions(+), 1 deletions(-)
> > 
> > diff --git a/drivers/bios_emulator/Makefile 
> > b/drivers/bios_emulator/Makefile index ba7d436..586e83b 100644
> > --- a/drivers/bios_emulator/Makefile
> > +++ b/drivers/bios_emulator/Makefile
> > @@ -1,6 +1,6 @@
> >  include $(TOPDIR)/config.mk
> >  
> > -LIB := libatibiosemu.a
> > +LIB := $(obj)libatibiosemu.a
> >  
> >  X86DIR  = ./x86emu
> >  
> > --
> > 1.5.1
> > 
> > 
> 
> Signed-off-by line missing. Please add and repost.

Sorry for that, there's some issue in my sendmail. 


> Best regards,
> 
> Wolfgang Denk
> 
> -- 
> DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
> HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
> Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: 
> wd at denx.de It would seem that evil retreats when forcibly confronted
> 	-- Yarnek of Excalbia, "The Savage Curtain", stardate 5906.5
> 




More information about the U-Boot mailing list