summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-bcm/Makefile
diff options
context:
space:
mode:
authorMarc Carino <marc.ceeeee@gmail.com>2014-01-16 15:00:42 -0800
committerMatt Porter <mporter@linaro.org>2014-07-28 09:58:52 -0400
commit4fbe66d9903425156c193ae44c81c0f7557755c4 (patch)
treea8fa0f1c5b30718ddbfbbc7329f95341b7b4e89f /arch/arm/mach-bcm/Makefile
parent67115239ca63f28bda6827a1e2d8098e329a7c23 (diff)
downloadtalos-obmc-linux-4fbe66d9903425156c193ae44c81c0f7557755c4.tar.gz
talos-obmc-linux-4fbe66d9903425156c193ae44c81c0f7557755c4.zip
ARM: brcmstb: add infrastructure for ARM-based Broadcom STB SoCs
The BCM7xxx series of Broadcom SoCs are used primarily in set-top boxes. This patch adds machine support for the ARM-based Broadcom SoCs. Signed-off-by: Marc Carino <marc.ceeeee@gmail.com> Acked-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Brian Norris <computersforpeace@gmail.com> Signed-off-by: Matt Porter <mporter@linaro.org>
Diffstat (limited to 'arch/arm/mach-bcm/Makefile')
-rw-r--r--arch/arm/mach-bcm/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/mach-bcm/Makefile b/arch/arm/mach-bcm/Makefile
index 2eaafc848f4d..67c492aabf4d 100644
--- a/arch/arm/mach-bcm/Makefile
+++ b/arch/arm/mach-bcm/Makefile
@@ -33,3 +33,8 @@ obj-$(CONFIG_ARCH_BCM2835) += board_bcm2835.o
# BCM5301X
obj-$(CONFIG_ARCH_BCM_5301X) += bcm_5301x.o
+
+ifeq ($(CONFIG_ARCH_BRCMSTB),y)
+obj-y += brcmstb.o
+obj-$(CONFIG_SMP) += headsmp-brcmstb.o platsmp-brcmstb.o
+endif
OpenPOWER on IntegriCloud