diff options
author | Jia Liu | 2012-07-20 09:50:41 +0200 |
---|---|---|
committer | Blue Swirl | 2012-07-27 23:12:57 +0200 |
commit | b6a71ef7e01bcac7aeb47d8de4082704fbc6479c (patch) | |
tree | 3ae466a65ec1083a2575b5d3cbb92139e9b98742 /target-openrisc/Makefile.objs | |
parent | target-or32: Add MMU support (diff) | |
download | qemu-b6a71ef7e01bcac7aeb47d8de4082704fbc6479c.tar.gz qemu-b6a71ef7e01bcac7aeb47d8de4082704fbc6479c.tar.xz qemu-b6a71ef7e01bcac7aeb47d8de4082704fbc6479c.zip |
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>
Diffstat (limited to 'target-openrisc/Makefile.objs')
-rw-r--r-- | target-openrisc/Makefile.objs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target-openrisc/Makefile.objs b/target-openrisc/Makefile.objs index ef933effa6..74c4b8d3c9 100644 --- a/target-openrisc/Makefile.objs +++ b/target-openrisc/Makefile.objs @@ -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 |