]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
Minor fix for bios emulator makefile
authorJason Jin <Jason.jin@freescale.com>
Wed, 8 Aug 2007 01:01:46 +0000 (09:01 +0800)
committerWolfgang 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

index ba7d43673f718ed7a440a7c345f797abca7e0675..586e83be8f2abec30cb0d0cb41a1d1c5dbf86635 100644 (file)
@@ -1,6 +1,6 @@
 include $(TOPDIR)/config.mk
 
-LIB := libatibiosemu.a
+LIB := $(obj)libatibiosemu.a
 
 X86DIR  = ./x86emu