diff options
author | Max Filippov <jcmvbkbc@gmail.com> | 2020-06-30 15:58:28 -0700 |
---|---|---|
committer | Max Filippov <jcmvbkbc@gmail.com> | 2020-08-21 12:56:45 -0700 |
commit | c621b4142bf1ff8c663811c10bd1628481e494a6 (patch) | |
tree | 068574450db7d94a6195acdcc98dea41277b915e /target/xtensa/meson.build | |
parent | 79bc0fb5f15dd9afde5302e0919d249029adcac3 (diff) |
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.build | 1 |
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', |