diff options
| author | Jia Liu | 2012-07-20 09:50:46 +0200 |
|---|---|---|
| committer | Blue Swirl | 2012-07-27 23:13:01 +0200 |
| commit | dd29c7fb0189cb2415bee3f411afcfcf9290e466 (patch) | |
| tree | 28d0bb81889ebe294e43fcb7138d24b1fc8400a5 /hw/openrisc | |
| parent | target-or32: Add instruction translation (diff) | |
| download | qemu-dd29c7fb0189cb2415bee3f411afcfcf9290e466.tar.gz qemu-dd29c7fb0189cb2415bee3f411afcfcf9290e466.tar.xz qemu-dd29c7fb0189cb2415bee3f411afcfcf9290e466.zip | |
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.objs | 2 |
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)) |
