public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Wolfgang Denk <wd@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] [PATCH] Minor fix for bios emulator makefile
Date: Tue, 07 Aug 2007 16:37:53 +0200	[thread overview]
Message-ID: <20070807143753.3B95E3535CD@atlas.denx.de> (raw)
In-Reply-To: Your message of "Tue, 07 Aug 2007 16:17:07 +0800." <1186474628168-git-send-email-Jason.jin@freescale.com>

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.

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

  reply	other threads:[~2007-08-07 14:37 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-08-07  8:17 [U-Boot-Users] [PATCH] Add CONFIG_BIOSEMU define to guard all the bios emulator code Jason Jin
2007-08-07  8:17 ` [U-Boot-Users] [PATCH] Minor fix for bios emulator makefile Jason Jin
2007-08-07 14:37   ` Wolfgang Denk [this message]
2007-08-08  0:24     ` Jin Zhengxiong-R64188
2007-08-07 14:21 ` [U-Boot-Users] [PATCH] Add CONFIG_BIOSEMU define to guard all the bios emulator code Jerry Van Baren
2007-08-07 14:41 ` Wolfgang Denk
  -- strict thread matches above, loose matches on Subject: below --
2007-08-08  0:33 Jason Jin
2007-08-08  0:33 ` [U-Boot-Users] [PATCH] Minor fix for bios emulator makefile Jason Jin
2007-08-09 21:26   ` Wolfgang Denk
2007-08-08  1:01 [U-Boot-Users] [PATCH] Add CONFIG_BIOSEMU define to guard all the bios emulator code Jason Jin
2007-08-08  1:01 ` [U-Boot-Users] [PATCH] Minor fix for bios emulator makefile Jason Jin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20070807143753.3B95E3535CD@atlas.denx.de \
    --to=wd@denx.de \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox