diff options
author | Paul Mundt <lethal@linux-sh.org> | 2008-12-16 23:14:22 -0500 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2008-12-22 04:44:45 -0500 |
commit | 0ef0e6ca426d28561b752e5f576932659295b928 (patch) | |
tree | d725eb9b4ab122ddb0ab1fdd31569389767c387f /arch/sh/boards/mach-microdev/Makefile | |
parent | 43eeb0fb9f4e2aaefc4ae9dc964308ce8f55998b (diff) |
sh: mach-microdev: Split out the fdc37c93xapm initialization code.
This makes the microdev code a bit more readable, and moves the
setup for the SuperIO out on its own.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/boards/mach-microdev/Makefile')
-rw-r--r-- | arch/sh/boards/mach-microdev/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/boards/mach-microdev/Makefile b/arch/sh/boards/mach-microdev/Makefile index 57f6375043f4..4e3588e8806b 100644 --- a/arch/sh/boards/mach-microdev/Makefile +++ b/arch/sh/boards/mach-microdev/Makefile | |||
@@ -2,4 +2,4 @@ | |||
2 | # Makefile for the SuperH MicroDev specific parts of the kernel | 2 | # Makefile for the SuperH MicroDev specific parts of the kernel |
3 | # | 3 | # |
4 | 4 | ||
5 | obj-y := setup.o irq.o io.o | 5 | obj-y := setup.o irq.o io.o fdc37c93xapm.o |