diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2010-08-05 13:25:54 +0100 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2010-08-05 13:25:54 +0100 |
commit | f5e8abd6f1fdba3abf6675700069005e25531208 (patch) | |
tree | de4fa65fc539dae6683c537afb93c58ce4af0d56 /arch/mips/Makefile | |
parent | 53e4345906703785d6d02bd1b418abe2e8c9ebc1 (diff) | |
download | linux-3.10-f5e8abd6f1fdba3abf6675700069005e25531208.tar.gz linux-3.10-f5e8abd6f1fdba3abf6675700069005e25531208.tar.bz2 linux-3.10-f5e8abd6f1fdba3abf6675700069005e25531208.zip |
MIPS: BCM63xx: 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 b855d066b82..4cb60db6a44 100644 --- a/arch/mips/Makefile +++ b/arch/mips/Makefile @@ -280,13 +280,6 @@ core-$(CONFIG_SIBYTE_BIGSUR) += arch/mips/sibyte/swarm/ load-$(CONFIG_SIBYTE_BIGSUR) := 0xffffffff80100000 # -# Broadcom BCM63XX boards -# -core-$(CONFIG_BCM63XX) += arch/mips/bcm63xx/ -cflags-$(CONFIG_BCM63XX) += -I$(srctree)/arch/mips/include/asm/mach-bcm63xx/ -load-$(CONFIG_BCM63XX) := 0xffffffff80010000 - -# # Common TXx9 # core-$(CONFIG_MACH_TX39XX) += arch/mips/txx9/generic/ |