diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2010-08-05 16:25:54 +0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2010-08-05 16:25:54 +0400 |
commit | f5e8abd6f1fdba3abf6675700069005e25531208 (patch) | |
tree | de4fa65fc539dae6683c537afb93c58ce4af0d56 /arch/mips/bcm63xx/Platform | |
parent | 53e4345906703785d6d02bd1b418abe2e8c9ebc1 (diff) | |
download | linux-f5e8abd6f1fdba3abf6675700069005e25531208.tar.xz |
MIPS: BCM63xx: Migrate to new platform makefile style.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/bcm63xx/Platform')
-rw-r--r-- | arch/mips/bcm63xx/Platform | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/mips/bcm63xx/Platform b/arch/mips/bcm63xx/Platform new file mode 100644 index 000000000000..5f86b2fff6de --- /dev/null +++ b/arch/mips/bcm63xx/Platform @@ -0,0 +1,7 @@ +# +# Broadcom BCM63XX boards +# +platform-$(CONFIG_BCM63XX) += bcm63xx/ +cflags-$(CONFIG_BCM63XX) += \ + -I$(srctree)/arch/mips/include/asm/mach-bcm63xx/ +load-$(CONFIG_BCM63XX) := 0xffffffff80010000 |