diff options
author | Jia Liu <proljc@gmail.com> | 2012-07-20 15:50:47 +0800 |
---|---|---|
committer | Blue Swirl <blauwirbel@gmail.com> | 2012-07-27 21:13:02 +0000 |
commit | 99f575edccdd81e0f17863814c5867867ba67846 (patch) | |
tree | 9bb1eabd911e99f20671b1882058d2b0ffde15cc /hw/openrisc/Makefile.objs | |
parent | dd29c7fb0189cb2415bee3f411afcfcf9290e466 (diff) | |
download | qemu-99f575edccdd81e0f17863814c5867867ba67846.zip |
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/Makefile.objs')
-rw-r--r-- | hw/openrisc/Makefile.objs | 2 |
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)) |