diff options
Diffstat (limited to 'target/mips/Makefile.objs')
-rw-r--r-- | target/mips/Makefile.objs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/target/mips/Makefile.objs b/target/mips/Makefile.objs new file mode 100644 index 0000000000..bc5ed8511f --- /dev/null +++ b/target/mips/Makefile.objs @@ -0,0 +1,4 @@ +obj-y += translate.o dsp_helper.o op_helper.o lmi_helper.o helper.o cpu.o +obj-y += gdbstub.o msa_helper.o mips-semi.o +obj-$(CONFIG_SOFTMMU) += machine.o +obj-$(CONFIG_KVM) += kvm.o |