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

Wolfgang Denk wd at denx.de
Tue Aug 7 16:37:53 CEST 2007


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.

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