You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#
|
|
# x86 real-mode emulation library
|
|
#
|
|
|
|
X86EMU_DIR = $(call select_from_ports,x86emu)/src/lib/x86emu/contrib
|
|
INC_DIR += $(X86EMU_DIR) $(REP_DIR)/include/x86emu
|
|
CC_OPT += -fomit-frame-pointer
|
|
|
|
SRC_C = decode.c fpu.c ops.c ops2.c prim_ops.c sys.c
|
|
|
|
vpath %.c $(X86EMU_DIR)
|