diff options
author | Paul Mundt <lethal@linux-sh.org> | 2010-01-20 01:23:54 -0500 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2010-01-20 01:23:54 -0500 |
commit | 5f240718b475dcddee86b138b624f24c681dbb29 (patch) | |
tree | 22ef5b5cc9e515496a1e4cb987ae9d5d255ca31d /arch/sh/boards/mach-sdk7786/Makefile | |
parent | efd590d57a5edddabaaf4cfaf532c0f674193b81 (diff) |
sh: mach-sdk7786: Split out FPGA IRQ controller setup.
This moves out the FPGA IRQ controller setup code to its own file, in
preparation for switching off of IRL mode and having it provide its own
irq_chip.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/boards/mach-sdk7786/Makefile')
-rw-r--r-- | arch/sh/boards/mach-sdk7786/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/boards/mach-sdk7786/Makefile b/arch/sh/boards/mach-sdk7786/Makefile index 50c8065deaa0..a29f19e85b63 100644 --- a/arch/sh/boards/mach-sdk7786/Makefile +++ b/arch/sh/boards/mach-sdk7786/Makefile | |||
@@ -1 +1 @@ | |||
obj-y := setup.o fpga.o | obj-y := setup.o fpga.o irq.o | ||