From e3ece3e34d912bcca13e552def3dd9bec2ad5d32 Mon Sep 17 00:00:00 2001 From: Andrew Baumann Date: Fri, 29 Jan 2016 14:50:39 -0800 Subject: bcm2835_ic: add bcm2835 interrupt controller Reviewed-by: Peter Crosthwaite Signed-off-by: Andrew Baumann Signed-off-by: Peter Maydell --- hw/intc/Makefile.objs | 1 + 1 file changed, 1 insertion(+) (limited to 'hw/intc/Makefile.objs') diff --git a/hw/intc/Makefile.objs b/hw/intc/Makefile.objs index 004b0c2..2ad1204 100644 --- a/hw/intc/Makefile.objs +++ b/hw/intc/Makefile.objs @@ -24,6 +24,7 @@ obj-$(CONFIG_GRLIB) += grlib_irqmp.o obj-$(CONFIG_IOAPIC) += ioapic.o obj-$(CONFIG_OMAP) += omap_intc.o obj-$(CONFIG_OPENPIC_KVM) += openpic_kvm.o +obj-$(CONFIG_RASPI) += bcm2835_ic.o obj-$(CONFIG_SH4) += sh_intc.o obj-$(CONFIG_XICS) += xics.o obj-$(CONFIG_XICS_KVM) += xics_kvm.o -- cgit v1.1