diff options
Diffstat (limited to 'arch/mips/bcm47xx/Platform')
-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 @@ | |||
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 | ||