Commit 91598965ecb508dc7bc154ec9d3e35dcadb3fa5f
1 parent
4fa8a557c3
MIPS: RB532: Migrate to new platform makefile style.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Showing 4 changed files with 8 additions and 9 deletions Side-by-side Diff
arch/mips/Kbuild.platforms
arch/mips/Makefile
... | ... | @@ -330,13 +330,6 @@ |
330 | 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 | 333 | # Toshiba RBTX49XX boards |
341 | 334 | # |
342 | 335 | core-$(CONFIG_TOSHIBA_RBTX4927) += arch/mips/txx9/rbtx4927/ |
arch/mips/rb532/Makefile
arch/mips/rb532/Platform