mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 15:53:54 -06:00
target-or32: Add interrupt support
Add OpenRISC interrupt support. Signed-off-by: Jia Liu <proljc@gmail.com> Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
This commit is contained in:
parent
726fe04572
commit
b6a71ef7e0
6 changed files with 151 additions and 2 deletions
|
@ -1,3 +1,3 @@
|
|||
obj-$(CONFIG_SOFTMMU) += machine.o
|
||||
obj-y += cpu.o interrupt.o mmu.o translate.o
|
||||
obj-y += mmu_helper.o
|
||||
obj-y += interrupt_helper.o mmu_helper.o
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue