Skip to content
Snippets Groups Projects
Commit 0dc4279b authored by Jason Jin's avatar Jason Jin Committed by Wolfgang Denk
Browse files

Minor fix for bios emulator makefile


Add $(obj) to LIB avoiding objects be built in the source dir

Signed-off-by: default avatarJason Jin <Jason.jin@freescale.com>
parent ce981dc8
No related branches found
No related tags found
No related merge requests found
include $(TOPDIR)/config.mk
LIB := libatibiosemu.a
LIB := $(obj)libatibiosemu.a
X86DIR = ./x86emu
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment