summaryrefslogtreecommitdiffstats
path: root/target/xtensa/meson.build
diff options
context:
space:
mode:
authorMax Filippov2020-07-01 00:58:28 +0200
committerMax Filippov2020-08-21 21:56:45 +0200
commitc621b4142bf1ff8c663811c10bd1628481e494a6 (patch)
tree068574450db7d94a6195acdcc98dea41277b915e /target/xtensa/meson.build
parenttarget/xtensa: import de233_fpu core (diff)
downloadqemu-c621b4142bf1ff8c663811c10bd1628481e494a6.tar.gz
qemu-c621b4142bf1ff8c663811c10bd1628481e494a6.tar.xz
qemu-c621b4142bf1ff8c663811c10bd1628481e494a6.zip
target/xtensa: import DSP3400 core
DSP3400 is a DSP core with FPU2000 option. Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
Diffstat (limited to 'target/xtensa/meson.build')
-rw-r--r--target/xtensa/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/target/xtensa/meson.build b/target/xtensa/meson.build
index 818dc4a795..dd750a977e 100644
--- a/target/xtensa/meson.build
+++ b/target/xtensa/meson.build
@@ -4,6 +4,7 @@ xtensa_ss.add(files(
'core-dc233c.c',
'core-de212.c',
'core-de233_fpu.c',
+ 'core-dsp3400.c',
'core-fsf.c',
'core-sample_controller.c',
'core-test_kc705_be.c',