diff options
author | Taylor Simpson <tsimpson@quicinc.com> | 2021-02-07 12:42:57 -0600 |
---|---|---|
committer | Taylor Simpson <tsimpson@quicinc.com> | 2021-11-03 16:01:36 -0500 |
commit | 60d1180b68944c3dbaad8239e60515e4c5c4b00f (patch) | |
tree | 98deb15d66889b67924e84d683e3f5b9d4012f78 /target/hexagon/meson.build | |
parent | 887d61b288fd326191a20307ce6ca739fdc0b2e5 (diff) |
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.build | 1 |
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', )) |