diff options
author | Richard Henderson <rth@twiddle.net> | 2015-08-24 08:56:45 -0700 |
---|---|---|
committer | Richard Henderson <rth@twiddle.net> | 2015-09-15 07:45:34 -0700 |
commit | 461aa6783eec27f209b026c6647fc7a83b2997cd (patch) | |
tree | 0940f302751c63742dddff30898937a8c375392d /target-tilegx/Makefile.objs | |
parent | 3be19e8c83949b62895dd27866e26a1bf806ad56 (diff) |
target-tilegx: Handle v1shl, v1shru, v1shrs
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Richard Henderson <rth@twiddle.net>
Diffstat (limited to 'target-tilegx/Makefile.objs')
-rw-r--r-- | target-tilegx/Makefile.objs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target-tilegx/Makefile.objs b/target-tilegx/Makefile.objs index 8b3dc76d84..0db778f407 100644 --- a/target-tilegx/Makefile.objs +++ b/target-tilegx/Makefile.objs @@ -1 +1 @@ -obj-y += cpu.o translate.o helper.o +obj-y += cpu.o translate.o helper.o simd_helper.o |