projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ce981dc
)
Minor fix for bios emulator makefile
author
Jason Jin
<Jason.jin@freescale.com>
Wed, 8 Aug 2007 01:01:46 +0000
(09:01 +0800)
committer
Wolfgang Denk
<wd@denx.de>
Thu, 9 Aug 2007 21:32:58 +0000
(23:32 +0200)
Add $(obj) to LIB avoiding objects be built in the source dir
Signed-off-by: Jason Jin <Jason.jin@freescale.com>
drivers/bios_emulator/Makefile
patch
|
blob
|
history
diff --git
a/drivers/bios_emulator/Makefile
b/drivers/bios_emulator/Makefile
index ba7d43673f718ed7a440a7c345f797abca7e0675..586e83be8f2abec30cb0d0cb41a1d1c5dbf86635 100644
(file)
--- 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