浏览代码

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
 
-LIB := libatibiosemu.a
+LIB := $(obj)libatibiosemu.a
 
 X86DIR  = ./x86emu