diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2010-08-05 08:25:50 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2010-08-05 08:25:50 -0400 |
commit | 91598965ecb508dc7bc154ec9d3e35dcadb3fa5f (patch) | |
tree | 4079e8d40a662707913256fb83292edfbbb78ea2 /arch/mips/Makefile | |
parent | 4fa8a557c301b14a53dcd654aa0c2988c71cbd4d (diff) |
MIPS: RB532: Migrate to new platform makefile style.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/Makefile')
-rw-r--r-- | arch/mips/Makefile | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/arch/mips/Makefile b/arch/mips/Makefile index 175c647c8030..2fbce8e25f36 100644 --- a/arch/mips/Makefile +++ b/arch/mips/Makefile | |||
@@ -330,13 +330,6 @@ load-$(CONFIG_MACH_TX49XX) += 0xffffffff80100000 | |||
330 | core-$(CONFIG_TOSHIBA_JMR3927) += arch/mips/txx9/jmr3927/ | 330 | core-$(CONFIG_TOSHIBA_JMR3927) += arch/mips/txx9/jmr3927/ |
331 | 331 | ||
332 | # | 332 | # |
333 | # Routerboard 532 board | ||
334 | # | ||
335 | core-$(CONFIG_MIKROTIK_RB532) += arch/mips/rb532/ | ||
336 | cflags-$(CONFIG_MIKROTIK_RB532) += -I$(srctree)/arch/mips/include/asm/mach-rc32434 | ||
337 | load-$(CONFIG_MIKROTIK_RB532) += 0xffffffff80101000 | ||
338 | |||
339 | # | ||
340 | # Toshiba RBTX49XX boards | 333 | # Toshiba RBTX49XX boards |
341 | # | 334 | # |
342 | core-$(CONFIG_TOSHIBA_RBTX4927) += arch/mips/txx9/rbtx4927/ | 335 | core-$(CONFIG_TOSHIBA_RBTX4927) += arch/mips/txx9/rbtx4927/ |