summaryrefslogtreecommitdiff
path: root/hw/arm/Makefile.objs
diff options
context:
space:
mode:
authorPeter Chubb <peter.chubb@nicta.com.au>2012-07-04 10:43:34 +0000
committerPeter Maydell <peter.maydell@linaro.org>2012-07-04 10:43:34 +0000
commitff53d4c661006c56fafa941fcfe4b385fd11d724 (patch)
tree46aa9123b53d15491ebda03cc3c177b717344007 /hw/arm/Makefile.objs
parent78d1404dcc9082fa52240cd04f822d54566d6849 (diff)
downloadqemu-ff53d4c661006c56fafa941fcfe4b385fd11d724.tar.gz
i.MX31: Interrupt Controller
Implement the Freescale i.MX31 advanced vectored interrupt controller, at least to the extent it is used by Linux 3.x Vectors are not implemented. Signed-off-by: Philip O'Sullivan <philipo@ok-labs.com> Signed-off-by: Peter Chubb <peter.chubb@nicta.com.au> Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'hw/arm/Makefile.objs')
-rw-r--r--hw/arm/Makefile.objs2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/arm/Makefile.objs b/hw/arm/Makefile.objs
index 4109162028..15b935778e 100644
--- a/hw/arm/Makefile.objs
+++ b/hw/arm/Makefile.objs
@@ -35,7 +35,7 @@ obj-y += framebuffer.o
obj-y += vexpress.o
obj-y += strongarm.o
obj-y += collie.o
-obj-y += imx_serial.o imx_ccm.o imx_timer.o
+obj-y += imx_serial.o imx_ccm.o imx_timer.o imx_avic.o
obj-y += pl041.o lm4549.o
obj-$(CONFIG_FDT) += ../device_tree.o