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 | 53e4345906703785d6d02bd1b418abe2e8c9ebc1 (patch) | |
tree | 859516ffe6cfa89fbfcc8b82127a2fdabd602fcd /arch/mips/bcm47xx | |
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/bcm47xx')
-rw-r--r-- | arch/mips/bcm47xx/Platform | 7 |
1 files changed, 7 insertions, 0 deletions
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 @@ +# +# Broadcom BCM47XX boards +# +platform-$(CONFIG_BCM47XX) += bcm47xx/ +cflags-$(CONFIG_BCM47XX) += \ + -I$(srctree)/arch/mips/include/asm/mach-bcm47xx +load-$(CONFIG_BCM47XX) := 0xffffffff80001000 |