mirror of
https://github.com/qemu/qemu.git
synced 2024-11-28 14:24:02 +08:00
1d7d403469
Add OpenRISC exception support. Signed-off-by: Jia Liu <proljc@gmail.com> Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
4 lines
152 B
Makefile
4 lines
152 B
Makefile
obj-$(CONFIG_SOFTMMU) += machine.o
|
|
obj-y += cpu.o exception.o interrupt.o mmu.o translate.o
|
|
obj-y += exception_helper.o interrupt_helper.o mmu_helper.o
|