diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2006-11-05 01:18:43 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2006-11-06 20:55:38 +0000 |
commit | ff28cbd2804105b144a7054e0302615e1da6749f (patch) | |
tree | d4a58434c913862ab19282a632210944f64f87a5 /arch/mips/momentum/ocelot_3/Makefile | |
parent | 907c51b2d1705b022c3fb65b66cb4e5e09346433 (diff) |
[MIPS] Ocelot 3: Fix MAC address detection after platform_device conversion.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/momentum/ocelot_3/Makefile')
-rw-r--r-- | arch/mips/momentum/ocelot_3/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/momentum/ocelot_3/Makefile b/arch/mips/momentum/ocelot_3/Makefile index 8bcea64dd27..d5a090a85a1 100644 --- a/arch/mips/momentum/ocelot_3/Makefile +++ b/arch/mips/momentum/ocelot_3/Makefile @@ -5,4 +5,4 @@ # removes any old dependencies. DON'T put your own dependencies here # unless it's something special (ie not a .c file). # -obj-y += irq.o prom.o reset.o setup.o +obj-y += irq.o platform.o prom.o reset.o setup.o |