diff options
author | Max Filippov | 2018-01-11 19:56:14 +0100 |
---|---|---|
committer | Max Filippov | 2018-01-11 21:45:27 +0100 |
commit | 7ddaee6d0805961dbcc035b37da0d9f9ea07f26c (patch) | |
tree | 38adeeeaab906e48e89b2c35ea292074c89e7d30 /target/xtensa/Makefile.objs | |
parent | hw/xtensa/xtfpga: support noMMU cores (diff) | |
download | qemu-7ddaee6d0805961dbcc035b37da0d9f9ea07f26c.tar.gz qemu-7ddaee6d0805961dbcc035b37da0d9f9ea07f26c.tar.xz qemu-7ddaee6d0805961dbcc035b37da0d9f9ea07f26c.zip |
target/xtensa: add de212 core
DE212 is a noMMU core supported in linux. Import this core to provide
true noMMU configuration for xtensa linux to run on QEMU.
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 0429706680..9e295526e2 100644 --- a/target/xtensa/Makefile.objs +++ b/target/xtensa/Makefile.objs @@ -1,6 +1,7 @@ obj-y += xtensa-semi.o obj-y += core-dc232b.o obj-y += core-dc233c.o +obj-y += core-de212.o obj-y += core-fsf.o obj-$(CONFIG_SOFTMMU) += monitor.o obj-y += xtensa-isa.o |