[U-Boot-Users] [PATCH] Minor fix for bios emulator makefile
Jason Jin
Jason.jin at freescale.com
Wed Aug 8 03:01:46 CEST 2007
Add $(obj) to LIB avoiding objects be built in the source dir
Signed-off-by: Jason Jin <Jason.jin at freescale.com>
---
drivers/bios_emulator/Makefile | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
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
--
1.5.1
More information about the U-Boot
mailing list