Commit 53e4345906703785d6d02bd1b418abe2e8c9ebc1

Authored by Ralf Baechle
1 parent bd152b095e

MIPS: BCM47xx: Migrate to new platform makefile style.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>

Showing 3 changed files with 8 additions and 7 deletions Side-by-side Diff

arch/mips/Kbuild.platforms
... ... @@ -2,6 +2,7 @@
2 2  
3 3 platforms += alchemy
4 4 platforms += ar7
  5 +platforms += bcm47xx
5 6 platforms += cobalt
6 7 platforms += dec
7 8 platforms += jazz
... ... @@ -280,13 +280,6 @@
280 280 load-$(CONFIG_SIBYTE_BIGSUR) := 0xffffffff80100000
281 281  
282 282 #
283   -# Broadcom BCM47XX boards
284   -#
285   -core-$(CONFIG_BCM47XX) += arch/mips/bcm47xx/
286   -cflags-$(CONFIG_BCM47XX) += -I$(srctree)/arch/mips/include/asm/mach-bcm47xx
287   -load-$(CONFIG_BCM47XX) := 0xffffffff80001000
288   -
289   -#
290 283 # Broadcom BCM63XX boards
291 284 #
292 285 core-$(CONFIG_BCM63XX) += arch/mips/bcm63xx/
arch/mips/bcm47xx/Platform
  1 +#
  2 +# Broadcom BCM47XX boards
  3 +#
  4 +platform-$(CONFIG_BCM47XX) += bcm47xx/
  5 +cflags-$(CONFIG_BCM47XX) += \
  6 + -I$(srctree)/arch/mips/include/asm/mach-bcm47xx
  7 +load-$(CONFIG_BCM47XX) := 0xffffffff80001000