mirror of
https://github.com/Stichting-MINIX-Research-Foundation/u-boot.git
synced 2025-09-12 21:46:05 -04:00
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>
This commit is contained in:
parent
ce981dc857
commit
0dc4279b08
@ -1,6 +1,6 @@
|
||||
include $(TOPDIR)/config.mk
|
||||
|
||||
LIB := libatibiosemu.a
|
||||
LIB := $(obj)libatibiosemu.a
|
||||
|
||||
X86DIR = ./x86emu
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user