
-----Original Message----- From: wd@denx.de [mailto:wd@denx.de] Sent: Tuesday, August 07, 2007 10:38 PM To: Jin Zhengxiong-R64188 Cc: u-boot-users@lists.sourceforge.net; Loeliger Jon-LOELIGER Subject: Re: [PATCH] Minor fix for bios emulator makefile
In message 1186474628168-git-send-email-Jason.jin@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@denx.de It would seem that evil retreats when forcibly confronted -- Yarnek of Excalbia, "The Savage Curtain", stardate 5906.5