mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-07-28 04:43:54 -06:00

Keep the IEEE and VAX floating point emulation separate. Signed-off-by: Richard Henderson <rth@twiddle.net>
4 lines
164 B
Text
4 lines
164 B
Text
obj-$(CONFIG_SOFTMMU) += machine.o
|
|
obj-y += translate.o helper.o cpu.o
|
|
obj-y += int_helper.o fpu_helper.o vax_helper.o sys_helper.o mem_helper.o
|
|
obj-y += gdbstub.o
|