aboutsummaryrefslogtreecommitdiff
path: root/target-mips/Makefile.objs
diff options
context:
space:
mode:
authorYongbok Kim <yongbok.kim@imgtec.com>2014-11-01 05:28:41 +0000
committerLeon Alrae <leon.alrae@imgtec.com>2014-11-03 11:48:35 +0000
commit42daa9bed40baaec86329e72768f310b8ca9b601 (patch)
tree8094e716050cfb15d24a0c395c6d1ecf34e2d865 /target-mips/Makefile.objs
parent863f264d10f917a8c3b2f8f6c3f78d0189fa48e7 (diff)
target-mips: add msa_helper.c
add msa_helper.c Reviewed-by: James Hogan <james.hogan@imgtec.com> Reviewed-by: Leon Alrae <leon.alrae@imgtec.com> Signed-off-by: Yongbok Kim <yongbok.kim@imgtec.com> Signed-off-by: Leon Alrae <leon.alrae@imgtec.com>
Diffstat (limited to 'target-mips/Makefile.objs')
-rw-r--r--target-mips/Makefile.objs2
1 files changed, 1 insertions, 1 deletions
diff --git a/target-mips/Makefile.objs b/target-mips/Makefile.objs
index 716244f3d5..108fd9b501 100644
--- a/target-mips/Makefile.objs
+++ b/target-mips/Makefile.objs
@@ -1,4 +1,4 @@
obj-y += translate.o dsp_helper.o op_helper.o lmi_helper.o helper.o cpu.o
-obj-y += gdbstub.o
+obj-y += gdbstub.o msa_helper.o
obj-$(CONFIG_SOFTMMU) += machine.o
obj-$(CONFIG_KVM) += kvm.o