mirror of
https://github.com/xemu-project/xemu.git
synced 2024-11-28 14:00:44 +00:00
c643603a85
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
4 lines
128 B
Makefile
4 lines
128 B
Makefile
obj-y += translate.o helper.o cpu.o op_helper.o gdbstub.o mem_helper.o
|
|
obj-y += int_helper.o
|
|
obj-$(CONFIG_SOFTMMU) += machine.o
|