From: Jason Jin Date: Wed, 8 Aug 2007 01:01:46 +0000 (+0800) Subject: Minor fix for bios emulator makefile X-Git-Tag: v1.3.0-rc3~3^2~10^2~16^2^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0dc4279b08ff82472bec2e2c90858602459febe8;p=kernel%2Fu-boot.git Minor fix for bios emulator makefile Add $(obj) to LIB avoiding objects be built in the source dir Signed-off-by: Jason Jin --- 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