From d2fe4ec19dd3060b12a04370300e49e4b6e519b5 Mon Sep 17 00:00:00 2001 From: Chris Wulff Date: Wed, 18 Jan 2017 23:01:43 +0100 Subject: nios2: Add IIC interrupt controller emulation Add the Altera Nios2 internal interrupt controller model. Signed-off-by: Marek Vasut Cc: Chris Wulff Cc: Jeff Da Silva Cc: Ley Foon Tan Cc: Sandra Loosemore Cc: Yves Vandervennet Reviewed-by: Alexander Graf Message-Id: <20170118220146.489-5-marex@denx.de> Signed-off-by: Richard Henderson --- 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 2f44a2da26..8948106ac4 100644 --- a/hw/intc/Makefile.objs +++ b/hw/intc/Makefile.objs @@ -41,3 +41,4 @@ obj-$(CONFIG_S390_FLIC_KVM) += s390_flic_kvm.o obj-$(CONFIG_ASPEED_SOC) += aspeed_vic.o obj-$(CONFIG_ARM_GIC) += arm_gicv3_cpuif.o obj-$(CONFIG_MIPS_CPS) += mips_gic.o +obj-$(CONFIG_NIOS2) += nios2_iic.o -- cgit v1.2.3