diff options
author | Jia Liu <proljc@gmail.com> | 2012-10-24 22:17:01 +0800 |
---|---|---|
committer | Aurelien Jarno <aurelien@aurel32.net> | 2012-10-31 20:24:05 +0100 |
commit | 235eb0158cfb31bb8a7cad7296e2327d7f7349fc (patch) | |
tree | 02576d5413b2249119766e71a2e8aa88a345dde7 /target-mips/Makefile.objs | |
parent | aee0bf7d8d7564f8f2c40e4501695c492b7dd8d1 (diff) |
target-mips: Add ASE DSP internal functions
Add internal functions using by MIPS ASE DSP instructions.
Signed-off-by: Jia Liu <proljc@gmail.com>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
Diffstat (limited to 'target-mips/Makefile.objs')
-rw-r--r-- | target-mips/Makefile.objs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target-mips/Makefile.objs b/target-mips/Makefile.objs index 3eeeeac8b8..119c816518 100644 --- a/target-mips/Makefile.objs +++ b/target-mips/Makefile.objs @@ -1,2 +1,2 @@ -obj-y += translate.o op_helper.o lmi_helper.o helper.o cpu.o +obj-y += translate.o dsp_helper.o op_helper.o lmi_helper.o helper.o cpu.o obj-$(CONFIG_SOFTMMU) += machine.o |