فهرست منبع

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>
Jason Jin 17 سال پیش
والد
کامیت
0dc4279b08
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      drivers/bios_emulator/Makefile

+ 1 - 1
drivers/bios_emulator/Makefile

@@ -1,6 +1,6 @@
 include $(TOPDIR)/config.mk
 include $(TOPDIR)/config.mk
 
 
-LIB := libatibiosemu.a
+LIB := $(obj)libatibiosemu.a
 
 
 X86DIR  = ./x86emu
 X86DIR  = ./x86emu