mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 01:33:56 -06:00

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>
9 lines
235 B
Text
9 lines
235 B
Text
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
|
|
obj-y += translate.o op_helper.o helper.o cpu.o
|
|
obj-y += gdbstub.o
|