mirror of
https://github.com/xemu-project/xemu.git
synced 2025-02-24 22:50:42 +00:00
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
|