summaryrefslogtreecommitdiffstats
path: root/arch/arm/cpu/armv7/Makefile
diff options
context:
space:
mode:
authorScott Branden <sbranden@broadcom.com>2014-08-11 13:58:22 -0700
committerTom Rini <trini@ti.com>2014-08-30 07:46:40 -0400
commitc4b4500910b2dac1dd2e02fb498c059688fb606a (patch)
tree6bf8e922455f18eb3f8dbdaaf205aa9b04c38db5 /arch/arm/cpu/armv7/Makefile
parentb0e31c7b66314ccc64ce51fb1b3032946a5f74e3 (diff)
downloadblackbird-obmc-uboot-c4b4500910b2dac1dd2e02fb498c059688fb606a.tar.gz
blackbird-obmc-uboot-c4b4500910b2dac1dd2e02fb498c059688fb606a.zip
arm: iproc: Initial commit of iproc architecture code
The iproc architecture code is present in several Broadcom chip architectures, including Cygnus and NSP. Signed-off-by: Scott Branden <sbranden@broadcom.com> 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 703ce8c640..afeed4dad8 100644
--- a/arch/arm/cpu/armv7/Makefile
+++ b/arch/arm/cpu/armv7/Makefile
@@ -28,6 +28,7 @@ ifneq ($(CONFIG_ARMV7_PSCI),)
obj-y += psci.o
endif
+obj-$(CONFIG_IPROC) += iproc-common/
obj-$(CONFIG_KONA) += kona-common/
obj-$(CONFIG_OMAP_COMMON) += omap-common/
obj-$(CONFIG_SYS_ARCH_TIMER) += arch_timer.o
OpenPOWER on IntegriCloud