summaryrefslogtreecommitdiff
path: root/target-openrisc/Makefile.objs
diff options
context:
space:
mode:
authorJia Liu <proljc@gmail.com>2012-07-20 15:50:43 +0800
committerBlue Swirl <blauwirbel@gmail.com>2012-07-27 21:12:59 +0000
commite54a5aff1305bd538ba320c4b637e0c89029337e (patch)
treeccb6b23090af705ab09c62eb1a4ebde1c2ebe0fb /target-openrisc/Makefile.objs
parent1d7d4034690a4dd292b214a788298a2cacd09fb2 (diff)
downloadqemu-e54a5aff1305bd538ba320c4b637e0c89029337e.tar.gz
target-or32: Add int instruction helpers
Add OpenRISC int instruction helpers. 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.objs2
1 files changed, 1 insertions, 1 deletions
diff --git a/target-openrisc/Makefile.objs b/target-openrisc/Makefile.objs
index 52d0158c61..e2a3715f74 100644
--- a/target-openrisc/Makefile.objs
+++ b/target-openrisc/Makefile.objs
@@ -1,3 +1,3 @@
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
+obj-y += exception_helper.o int_helper.o interrupt_helper.o mmu_helper.o