diff options
author | Guan Xuetao <gxt@mprc.pku.edu.cn> | 2012-08-10 14:42:28 +0800 |
---|---|---|
committer | Blue Swirl <blauwirbel@gmail.com> | 2012-08-11 09:36:59 +0000 |
commit | 5c8556a6f64842c78c2e3493f9d7544af5736ddb (patch) | |
tree | 209d5cdf80efd9e4b2fdecbe4e25d2c9026e3073 /hw/Makefile.objs | |
parent | fbbdf9838d30ecdf24b0ff9f6a4e9567d74e39bd (diff) |
unicore32-softmmu: Add puv3 interrupt support
This patch adds puv3 interrupt support, include interrupt controler
device simulation and interrupt handler in puv3 machine.
Signed-off-by: Guan Xuetao <gxt@mprc.pku.edu.cn>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'hw/Makefile.objs')
-rw-r--r-- | hw/Makefile.objs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/hw/Makefile.objs b/hw/Makefile.objs index 12cc141796..278070fb22 100644 --- a/hw/Makefile.objs +++ b/hw/Makefile.objs @@ -66,6 +66,9 @@ hw-obj-$(CONFIG_XILINX) += xilinx_uartlite.o hw-obj-$(CONFIG_XILINX_AXI) += xilinx_axidma.o hw-obj-$(CONFIG_XILINX_AXI) += xilinx_axienet.o +# PKUnity SoC devices +hw-obj-$(CONFIG_PUV3) += puv3_intc.o + # PCI watchdog devices hw-obj-$(CONFIG_PCI) += wdt_i6300esb.o |