summaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorJason Jin <Jason.jin@freescale.com>2007-08-08 09:01:46 +0800
committerWolfgang Denk <wd@denx.de>2007-08-09 23:32:58 +0200
commit0dc4279b08ff82472bec2e2c90858602459febe8 (patch)
tree93c909ed5dca23626fec30bd7d6b806ff52d9fb5 /drivers
parentce981dc857adfc8036ca2f6d5d5a06c2a8aa77d6 (diff)
downloadblackbird-obmc-uboot-0dc4279b08ff82472bec2e2c90858602459febe8.tar.gz
blackbird-obmc-uboot-0dc4279b08ff82472bec2e2c90858602459febe8.zip
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>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/bios_emulator/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/bios_emulator/Makefile b/drivers/bios_emulator/Makefile
index ba7d43673f..586e83be8f 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
OpenPOWER on IntegriCloud