diff options
| author | Zubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com> | 2016-11-14 12:13:45 +0000 |
|---|---|---|
| committer | Marc Zyngier <marc.zyngier@arm.com> | 2016-11-29 09:14:49 +0000 |
| commit | 0547dc7885856c93b0c8bbf1f590ceccf0c87835 (patch) | |
| tree | 2ba9b4d9401c1b75c880fd6515a40108916bc18e /arch/microblaze/kernel/Makefile | |
| parent | bb29cecb3bcde74438a8a694a5b2ba4852c8eac1 (diff) | |
| download | blackbird-obmc-linux-0547dc7885856c93b0c8bbf1f590ceccf0c87835.tar.gz blackbird-obmc-linux-0547dc7885856c93b0c8bbf1f590ceccf0c87835.zip | |
microblaze/irqchip: Move intc driver to irqchip
The Xilinx AXI Interrupt Controller IP block is used by the MIPS
based xilfpga platform and a few PowerPC based platforms.
Move the interrupt controller code out of arch/microblaze so that
it can be used by everyone
Tested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Zubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com>
Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
Diffstat (limited to 'arch/microblaze/kernel/Makefile')
| -rw-r--r-- | arch/microblaze/kernel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/microblaze/kernel/Makefile b/arch/microblaze/kernel/Makefile index f08bacaf8a95..e098381af928 100644 --- a/arch/microblaze/kernel/Makefile +++ b/arch/microblaze/kernel/Makefile @@ -15,7 +15,7 @@ endif extra-y := head.o vmlinux.lds obj-y += dma.o exceptions.o \ - hw_exception_handler.o intc.o irq.o \ + hw_exception_handler.o irq.o \ platform.o process.o prom.o ptrace.o \ reset.o setup.o signal.o sys_microblaze.o timer.o traps.o unwind.o |

