diff options
author | Florian Fainelli <florian.fainelli@telecomint.eu> | 2007-10-23 12:55:55 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2007-10-29 15:35:36 -0400 |
commit | 26c288f82c74dba08da6321c626c101a7aa8575b (patch) | |
tree | c92dda5bd85d3f6d21c80f6d1816b8575bc860b8 /arch/mips/au1000/mtx-1/Makefile | |
parent | 098362e72002d01fdd18afee2e635ffdcdc89e2c (diff) |
[MIPS] Alchemy: Register platform devices
This patch separates the platform devices registration for the MTX-1
specific devices: GPIO leds and watchdog.
[Minor fixup and formatting change -- Ralf]
Signed-off-by: Florian Fainelli <florian.fainelli@telecomint.eu>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/au1000/mtx-1/Makefile')
-rw-r--r-- | arch/mips/au1000/mtx-1/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/au1000/mtx-1/Makefile b/arch/mips/au1000/mtx-1/Makefile index 764bf9f7e281..afa7007d67f7 100644 --- a/arch/mips/au1000/mtx-1/Makefile +++ b/arch/mips/au1000/mtx-1/Makefile | |||
@@ -8,3 +8,4 @@ | |||
8 | # | 8 | # |
9 | 9 | ||
10 | lib-y := init.o board_setup.o irqmap.o | 10 | lib-y := init.o board_setup.o irqmap.o |
11 | obj-y := platform.o | ||