summaryrefslogtreecommitdiff
path: root/hw/openrisc
diff options
context:
space:
mode:
authorJia Liu <proljc@gmail.com>2012-07-20 15:50:47 +0800
committerBlue Swirl <blauwirbel@gmail.com>2012-07-27 21:13:02 +0000
commit99f575edccdd81e0f17863814c5867867ba67846 (patch)
tree9bb1eabd911e99f20671b1882058d2b0ffde15cc /hw/openrisc
parentdd29c7fb0189cb2415bee3f411afcfcf9290e466 (diff)
downloadqemu-99f575edccdd81e0f17863814c5867867ba67846.tar.gz
target-or32: Add timer support
Add OpenRISC timer 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, 1 insertions, 1 deletions
diff --git a/hw/openrisc/Makefile.objs b/hw/openrisc/Makefile.objs
index 98900aa6a4..1c541a53e7 100644
--- a/hw/openrisc/Makefile.objs
+++ b/hw/openrisc/Makefile.objs
@@ -1,3 +1,3 @@
-obj-y = openrisc_pic.o
+obj-y = openrisc_pic.o openrisc_timer.o
obj-y := $(addprefix ../,$(obj-y))