summaryrefslogtreecommitdiffstats
path: root/arch/arm/cpu/armv7/Makefile
diff options
context:
space:
mode:
authorSteve Rae <srae@broadcom.com>2016-06-02 15:10:56 -0700
committerTom Rini <trini@konsulko.com>2016-06-13 08:56:02 -0400
commit43486e4cd094eabdd514ed7a2376ca55655e506f (patch)
tree1cd8a75a92492366e98fe83343c946036a2d1245 /arch/arm/cpu/armv7/Makefile
parent1e031249a53e38d9b8290fa99106477c231bf2dd (diff)
downloadblackbird-obmc-uboot-43486e4cd094eabdd514ed7a2376ca55655e506f.tar.gz
blackbird-obmc-uboot-43486e4cd094eabdd514ed7a2376ca55655e506f.zip
board: arm:: Add support for Broadcom BCM23550
Add support for the Broadcom BCM23550 board. Signed-off-by: Steve Rae <srae@broadcom.com>
Diffstat (limited to 'arch/arm/cpu/armv7/Makefile')
-rw-r--r--arch/arm/cpu/armv7/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/cpu/armv7/Makefile b/arch/arm/cpu/armv7/Makefile
index 328c4b10e9..0a5ac97df0 100644
--- a/arch/arm/cpu/armv7/Makefile
+++ b/arch/arm/cpu/armv7/Makefile
@@ -38,6 +38,7 @@ obj-y += s5p-common/
endif
obj-$(if $(filter am33xx,$(SOC)),y) += am33xx/
+obj-$(if $(filter bcm235xx,$(SOC)),y) += bcm235xx/
obj-$(if $(filter bcm281xx,$(SOC)),y) += bcm281xx/
obj-$(if $(filter bcmcygnus,$(SOC)),y) += bcmcygnus/
obj-$(if $(filter bcmnsp,$(SOC)),y) += bcmnsp/
OpenPOWER on IntegriCloud