summaryrefslogtreecommitdiff
path: root/hw/openrisc
diff options
context:
space:
mode:
authorJia Liu <proljc@gmail.com>2012-07-20 15:50:46 +0800
committerBlue Swirl <blauwirbel@gmail.com>2012-07-27 21:13:01 +0000
commitdd29c7fb0189cb2415bee3f411afcfcf9290e466 (patch)
tree28d0bb81889ebe294e43fcb7138d24b1fc8400a5 /hw/openrisc
parentbbe418f25d070745fd350ab71c3bfca58ea5e62c (diff)
downloadqemu-dd29c7fb0189cb2415bee3f411afcfcf9290e466.tar.gz
target-or32: Add PIC support
Add OpenRISC Programmable Interrupt Controller support. Signed-off-by: Jia Liu <proljc@gmail.com> Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'hw/openrisc')
-rw-r--r--hw/openrisc/Makefile.objs2
1 files changed, 2 insertions, 0 deletions
diff --git a/hw/openrisc/Makefile.objs b/hw/openrisc/Makefile.objs
index bfead214fc..98900aa6a4 100644
--- a/hw/openrisc/Makefile.objs
+++ b/hw/openrisc/Makefile.objs
@@ -1 +1,3 @@
+obj-y = openrisc_pic.o
+
obj-y := $(addprefix ../,$(obj-y))