diff options
author | Max Filippov <jcmvbkbc@gmail.com> | 2018-01-11 11:13:01 -0800 |
---|---|---|
committer | Max Filippov <jcmvbkbc@gmail.com> | 2018-01-22 11:54:58 -0800 |
commit | 251634f4ce589d17eb0a14e36c65090713eb9e56 (patch) | |
tree | 48af8f7673af5a0aa9b59feb80aff7bcb9de50c7 /target/xtensa/Makefile.objs | |
parent | a3c5e49da98156a3895cddb4a9f54d8bec4e889b (diff) |
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 |