ysyx-workbench/abstract-machine/scripts/x86_64-qemu.mk

14 lines
338 B
Makefile
Raw Permalink Normal View History

include $(AM_HOME)/scripts/isa/x86_64.mk
include $(AM_HOME)/scripts/platform/qemu.mk
AM_SRCS := x86/qemu/start64.S \
x86/qemu/trap64.S \
x86/qemu/trm.c \
x86/qemu/cte.c \
x86/qemu/ioe.c \
x86/qemu/vme.c \
x86/qemu/mpe.c
run: build-arg
@qemu-system-x86_64 $(QEMU_FLAGS)