diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2010-08-05 08:25:54 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2010-08-05 08:25:54 -0400 |
commit | 53e4345906703785d6d02bd1b418abe2e8c9ebc1 (patch) | |
tree | 859516ffe6cfa89fbfcc8b82127a2fdabd602fcd /arch/mips | |
parent | bd152b095ef67898ed794f100e4ecc5298a61ad8 (diff) |
MIPS: BCM47xx: Migrate to new platform makefile style.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips')
-rw-r--r-- | arch/mips/Kbuild.platforms | 1 | ||||
-rw-r--r-- | arch/mips/Makefile | 7 | ||||
-rw-r--r-- | arch/mips/bcm47xx/Platform | 7 |
3 files changed, 8 insertions, 7 deletions
diff --git a/arch/mips/Kbuild.platforms b/arch/mips/Kbuild.platforms index d99704cac561..e4c991efee91 100644 --- a/arch/mips/Kbuild.platforms +++ b/arch/mips/Kbuild.platforms | |||
@@ -2,6 +2,7 @@ | |||
2 | 2 | ||
3 | platforms += alchemy | 3 | platforms += alchemy |
4 | platforms += ar7 | 4 | platforms += ar7 |
5 | platforms += bcm47xx | ||
5 | platforms += cobalt | 6 | platforms += cobalt |
6 | platforms += dec | 7 | platforms += dec |
7 | platforms += jazz | 8 | platforms += jazz |
diff --git a/arch/mips/Makefile b/arch/mips/Makefile index 24ba9394fa68..b855d066b82f 100644 --- a/arch/mips/Makefile +++ b/arch/mips/Makefile | |||
@@ -280,13 +280,6 @@ core-$(CONFIG_SIBYTE_BIGSUR) += arch/mips/sibyte/swarm/ | |||
280 | load-$(CONFIG_SIBYTE_BIGSUR) := 0xffffffff80100000 | 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 | # Broadcom BCM63XX boards | 283 | # Broadcom BCM63XX boards |
291 | # | 284 | # |
292 | core-$(CONFIG_BCM63XX) += arch/mips/bcm63xx/ | 285 | core-$(CONFIG_BCM63XX) += arch/mips/bcm63xx/ |
diff --git a/arch/mips/bcm47xx/Platform b/arch/mips/bcm47xx/Platform new file mode 100644 index 000000000000..874b7ca4cd11 --- /dev/null +++ b/arch/mips/bcm47xx/Platform | |||
@@ -0,0 +1,7 @@ | |||
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 | ||