diff options
author | Paul Mundt <lethal@linux-sh.org> | 2008-12-17 13:14:22 +0900 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2008-12-22 18:44:45 +0900 |
commit | 0ef0e6ca426d28561b752e5f576932659295b928 (patch) | |
tree | d725eb9b4ab122ddb0ab1fdd31569389767c387f /arch/sh/boards/mach-microdev/Makefile | |
parent | 43eeb0fb9f4e2aaefc4ae9dc964308ce8f55998b (diff) | |
download | op-kernel-dev-0ef0e6ca426d28561b752e5f576932659295b928.zip op-kernel-dev-0ef0e6ca426d28561b752e5f576932659295b928.tar.gz |
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 57f6375..4e3588e 100644 --- a/arch/sh/boards/mach-microdev/Makefile +++ b/arch/sh/boards/mach-microdev/Makefile @@ -2,4 +2,4 @@ # Makefile for the SuperH MicroDev specific parts of the kernel # -obj-y := setup.o irq.o io.o +obj-y := setup.o irq.o io.o fdc37c93xapm.o |