From 4ef66fa71882a8f8682d9a8d1528e1ec98c264e5 Mon Sep 17 00:00:00 2001 From: Michael Walle Date: Thu, 17 Feb 2011 23:45:07 +0100 Subject: lm32: interrupt controller model This patch adds the interrupt controller of the lm32. Because the PIC is accessed through special control registers and opcodes, there are callbacks from the lm32 translation code to this model. Signed-off-by: Michael Walle Signed-off-by: Edgar E. Iglesias --- Makefile.target | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.target') diff --git a/Makefile.target b/Makefile.target index 857976a..a6e7e5a 100644 --- a/Makefile.target +++ b/Makefile.target @@ -248,6 +248,7 @@ obj-ppc-y += xilinx_uartlite.o obj-ppc-y += xilinx_ethlite.o # LM32 peripherals +obj-lm32-y += lm32_pic.o obj-mips-y = mips_r4k.o mips_jazz.o mips_malta.o mips_mipssim.o obj-mips-y += mips_addr.o mips_timer.o mips_int.o -- cgit v1.1