target/loongarch: meson.build support build LSX

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Song Gao <gaosong@loongson.cn>
Message-Id: <20230504122810.4094787-3-gaosong@loongson.cn>
This commit is contained in:
Song Gao 2023-05-04 20:27:28 +08:00
parent 16f5396cec
commit a0c9400a5b
No known key found for this signature in database
GPG key ID: 40A2FFF239263EDF
4 changed files with 13 additions and 0 deletions

View file

@ -11,6 +11,7 @@ loongarch_tcg_ss.add(files(
'op_helper.c',
'translate.c',
'gdbstub.c',
'lsx_helper.c',
))
loongarch_tcg_ss.add(zlib)