mirror of
https://github.com/xemu-project/xemu.git
synced 2025-02-12 23:58:38 +00:00
4 lines
132 B
Makefile
4 lines
132 B
Makefile
obj-$(CONFIG_SOFTMMU) += machine.o
|
|
obj-y += translate.o helper.o cpu.o
|
|
obj-y += int_helper.o fpu_helper.o sys_helper.o mem_helper.o
|