diff options
author | Jia Liu <proljc@gmail.com> | 2012-07-20 15:50:46 +0800 |
---|---|---|
committer | Blue Swirl <blauwirbel@gmail.com> | 2012-07-27 21:13:01 +0000 |
commit | dd29c7fb0189cb2415bee3f411afcfcf9290e466 (patch) | |
tree | 28d0bb81889ebe294e43fcb7138d24b1fc8400a5 /hw/openrisc | |
parent | bbe418f25d070745fd350ab71c3bfca58ea5e62c (diff) |
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)) |