X-Git-Url: http://git.rot13.org/?p=bcm963xx.git;a=blobdiff_plain;f=kernel%2Flinux%2Farch%2Fmips%2FMakefile;h=a2faab684be15ecaf84c024976a3ff03b1551d67;hp=2aa1c5ae9189820192748461550821f67eae4675;hb=6adeba4d92a546ebbadde2562283ee6b984b22c1;hpb=dacd86d83a9fb430cca42cb78a67f9d46e289f5c diff --git a/kernel/linux/arch/mips/Makefile b/kernel/linux/arch/mips/Makefile index 2aa1c5ae..a2faab68 100755 --- a/kernel/linux/arch/mips/Makefile +++ b/kernel/linux/arch/mips/Makefile @@ -323,10 +323,10 @@ ifdef CONFIG_MIPS_BRCM # Broadcom board core-$(CONFIG_BCM96338) += arch/mips/brcm-boards/generic/ arch/mips/brcm-boards/bcm963xx/ cflags-$(CONFIG_BCM96338) += -Iinclude/asm-mips/mach-bcm963xx -core-$(CONFIG_BCM96345) += arch/mips/brcm-boards/generic/ arch/mips/brcm-boards/bcm963xx/ -cflags-$(CONFIG_BCM96345) += -Iinclude/asm-mips/mach-bcm963xx core-$(CONFIG_BCM96348) += arch/mips/brcm-boards/generic/ arch/mips/brcm-boards/bcm963xx/ cflags-$(CONFIG_BCM96348) += -Iinclude/asm-mips/mach-bcm963xx +core-$(CONFIG_BCM96358) += arch/mips/brcm-boards/generic/ arch/mips/brcm-boards/bcm963xx/ +cflags-$(CONFIG_BCM96358) += -Iinclude/asm-mips/mach-bcm963xx load-$(CONFIG_MIPS_BRCM) += 0x80010000 endif # CONFIG_MIPS_BRCM End Broadcom added code.