summaryrefslogtreecommitdiff
path: root/arch/arm/mach-mvebu/Makefile
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2015-08-17 17:19:40 -0400
committerTom Rini <trini@konsulko.com>2015-08-17 17:19:40 -0400
commitecd37e8598128e2b9b21f7857f81852bd779b728 (patch)
treecf50ca35106c87553b00d982c80ec1bc688d1391 /arch/arm/mach-mvebu/Makefile
parent2212e69bc09ac42593794b030d64415293e141ec (diff)
parentce2cb1d3ed92e91b24db516802be3688f7c28e26 (diff)
Merge git://git.denx.de/u-boot-marvell
Diffstat (limited to 'arch/arm/mach-mvebu/Makefile')
-rw-r--r--arch/arm/mach-mvebu/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/mach-mvebu/Makefile b/arch/arm/mach-mvebu/Makefile
index 446ce04109..21c56a4d96 100644
--- a/arch/arm/mach-mvebu/Makefile
+++ b/arch/arm/mach-mvebu/Makefile
@@ -14,6 +14,10 @@ else
obj-y = cpu.o
obj-y += dram.o
+ifndef CONFIG_SPL_BUILD
+obj-$(CONFIG_SYS_MVEBU_DDR_A38X) += ../../../drivers/ddr/marvell/a38x/xor.o
+obj-$(CONFIG_SYS_MVEBU_DDR_AXP) += ../../../drivers/ddr/marvell/axp/xor.o
+endif
obj-y += gpio.o
obj-y += mbus.o
obj-y += timer.o