commit | d59890b896ae5c8c135b6806b3cecfb529f95383 | [log] [tgz] |
---|---|---|
author | Jason Jin <Jason.jin@freescale.com> | Wed Aug 08 09:01:46 2007 +0800 |
committer | Wolfgang Denk <wd@denx.de> | Thu Aug 09 23:32:58 2007 +0200 |
tree | 93c909ed5dca23626fec30bd7d6b806ff52d9fb5 | |
parent | 7ed5cd9df88e466b0c747edd87588050ae391f9c [diff] [blame] |
Minor fix for bios emulator makefile Add $(obj) to LIB avoiding objects be built in the source dir Signed-off-by: Jason Jin <Jason.jin@freescale.com>
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