diff options
author | Max Filippov | 2018-01-11 20:13:01 +0100 |
---|---|---|
committer | Max Filippov | 2018-01-22 20:54:58 +0100 |
commit | 251634f4ce589d17eb0a14e36c65090713eb9e56 (patch) | |
tree | 48af8f7673af5a0aa9b59feb80aff7bcb9de50c7 /target/xtensa/Makefile.objs | |
parent | target/xtensa: allow different default CPU for MMU/noMMU (diff) | |
download | qemu-251634f4ce589d17eb0a14e36c65090713eb9e56.tar.gz qemu-251634f4ce589d17eb0a14e36c65090713eb9e56.tar.xz qemu-251634f4ce589d17eb0a14e36c65090713eb9e56.zip |
target/xtensa: add sample_controller core
The sample_controller core is a simple noMMU general purpose core, modern
analog of de212. It is used as a default core in the xtensa port of
Zephyr.
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 9e295526e2..e15851521f 100644 --- a/target/xtensa/Makefile.objs +++ b/target/xtensa/Makefile.objs @@ -3,6 +3,7 @@ obj-y += core-dc232b.o obj-y += core-dc233c.o obj-y += core-de212.o obj-y += core-fsf.o +obj-y += core-sample_controller.o obj-$(CONFIG_SOFTMMU) += monitor.o obj-y += xtensa-isa.o obj-y += translate.o op_helper.o helper.o cpu.o |