mirror of
https://github.com/qemu/qemu.git
synced 2025-08-05 10:37:09 +00:00

Add OpenRISC target stubs, QOM cpu and basic machine. Signed-off-by: Jia Liu <proljc@gmail.com> Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
4 lines
102 B
Makefile
4 lines
102 B
Makefile
obj-$(CONFIG_SOFTMMU) += machine.o
|
|
obj-y += cpu.o interrupt.o mmu.o translate.o
|
|
obj-y += mmu_helper.o
|