aboutsummaryrefslogtreecommitdiff
path: root/target/xtensa/Makefile.objs
diff options
context:
space:
mode:
authorMax Filippov <jcmvbkbc@gmail.com>2018-01-11 10:56:14 -0800
committerMax Filippov <jcmvbkbc@gmail.com>2018-01-11 12:45:27 -0800
commit7ddaee6d0805961dbcc035b37da0d9f9ea07f26c (patch)
tree38adeeeaab906e48e89b2c35ea292074c89e7d30 /target/xtensa/Makefile.objs
parent85e2d8d510643766acb9f28f6489e1992b450de4 (diff)
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.objs1
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