diff options
author | Max Filippov <jcmvbkbc@gmail.com> | 2018-08-19 18:34:27 -0700 |
---|---|---|
committer | Max Filippov <jcmvbkbc@gmail.com> | 2018-08-19 18:57:57 -0700 |
commit | 9a124b69279de00fc36662a5bad00159fc682965 (patch) | |
tree | 130060b0f80476f2266f7dadd21e3388679c5279 /target/xtensa/Makefile.objs | |
parent | a7ac06fd416cc5569c121e537fd12d210744687a (diff) |
target/xtensa: add test_kc705_be core
This is big-endian core with HiFi2 instructions.
Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
Diffstat (limited to 'target/xtensa/Makefile.objs')
-rw-r--r-- | target/xtensa/Makefile.objs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/xtensa/Makefile.objs b/target/xtensa/Makefile.objs index 2fae785cb2..f63352cc04 100644 --- a/target/xtensa/Makefile.objs +++ b/target/xtensa/Makefile.objs @@ -3,6 +3,7 @@ obj-y += core-dc233c.o obj-y += core-de212.o obj-y += core-fsf.o obj-y += core-sample_controller.o +obj-y += core-test_kc705_be.o obj-$(CONFIG_SOFTMMU) += monitor.o xtensa-semi.o obj-y += xtensa-isa.o obj-y += translate.o op_helper.o helper.o cpu.o |