]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - arch/arm/mach-mvebu/Makefile
4f477cded8634841da5a6cfd32dffa3efdef84c9
[karo-tx-uboot.git] / arch / arm / mach-mvebu / Makefile
1 #
2 # Copyright (C) 2014-2015 Stefan Roese <sr@denx.de>
3 #
4 # SPDX-License-Identifier:      GPL-2.0+
5 #
6
7 ifdef CONFIG_KIRKWOOD
8
9 obj-y   = dram.o
10 obj-y   += gpio.o
11 obj-y   += timer.o
12
13 else
14
15 obj-y   = cpu.o
16 obj-y   += dram.o
17 obj-y   += gpio.o
18 obj-y   += mbus.o
19 obj-y   += timer.o
20 obj-$(CONFIG_SPL_BUILD) += spl.o
21 obj-$(CONFIG_SPL_BUILD) += lowlevel_spl.o
22
23 obj-y   += serdes/
24 endif