summaryrefslogtreecommitdiffstats
path: root/target/hexagon/meson.build
diff options
context:
space:
mode:
authorTaylor Simpson2021-02-07 19:42:57 +0100
committerTaylor Simpson2021-11-03 22:01:36 +0100
commit60d1180b68944c3dbaad8239e60515e4c5c4b00f (patch)
tree98deb15d66889b67924e84d683e3f5b9d4012f78 /target/hexagon/meson.build
parentHexagon HVX (target/hexagon) import semantics (diff)
downloadqemu-60d1180b68944c3dbaad8239e60515e4c5c4b00f.tar.gz
qemu-60d1180b68944c3dbaad8239e60515e4c5c4b00f.tar.xz
qemu-60d1180b68944c3dbaad8239e60515e4c5c4b00f.zip
Hexagon HVX (target/hexagon) instruction decoding
Add new file to target/hexagon/meson.build Acked-by: Richard Henderson <richard.henderson@linaro.org> Signed-off-by: Taylor Simpson <tsimpson@quicinc.com>
Diffstat (limited to 'target/hexagon/meson.build')
-rw-r--r--target/hexagon/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/target/hexagon/meson.build b/target/hexagon/meson.build
index a35eb2877e..b61243103f 100644
--- a/target/hexagon/meson.build
+++ b/target/hexagon/meson.build
@@ -175,6 +175,7 @@ hexagon_ss.add(files(
'printinsn.c',
'arch.c',
'fma_emu.c',
+ 'mmvec/decode_ext_mmvec.c',
'mmvec/system_ext_mmvec.c',
))