]> git.ipfire.org Git - people/ms/u-boot.git/blame - arch/arm/mach-mvebu/Makefile
Merge git://git.denx.de/u-boot-marvell
[people/ms/u-boot.git] / arch / arm / mach-mvebu / Makefile
CommitLineData
41e5ee54 1#
d0787656 2# Copyright (C) 2014-2015 Stefan Roese <sr@denx.de>
41e5ee54
SR
3#
4# SPDX-License-Identifier: GPL-2.0+
5#
6
d0787656
SR
7ifdef CONFIG_KIRKWOOD
8
9obj-y = dram.o
10obj-y += gpio.o
11obj-y += timer.o
12
13else
14
41e5ee54 15obj-y = cpu.o
d0787656
SR
16obj-y += dram.o
17obj-y += gpio.o
18obj-y += mbus.o
19obj-y += timer.o
b0f80b91
SR
20obj-$(CONFIG_SPL_BUILD) += spl.o
21obj-$(CONFIG_SPL_BUILD) += lowlevel_spl.o
d0787656 22
edb47025 23obj-$(CONFIG_SYS_MVEBU_DDR_A38X) += serdes/a38x/
29b103c7
SR
24obj-$(CONFIG_SYS_MVEBU_DDR_AXP) += serdes/axp/
25
d0787656 26endif