]> git.ipfire.org Git - people/ms/u-boot.git/blob - arch/arm/cpu/arm926ejs/spear/Makefile
board/spear/common: move code to arch/arm/cpu/arm926ejs/spear/
[people/ms/u-boot.git] / arch / arm / cpu / arm926ejs / spear / Makefile
1 #
2 # (C) Copyright 2000-2006
3 # Wolfgang Denk, DENX Software Engineering, wd@denx.de.
4 #
5 # SPDX-License-Identifier: GPL-2.0+
6 #
7
8 obj-y := cpu.o \
9 reset.o \
10 timer.o
11
12 ifdef CONFIG_SPL_BUILD
13 obj-y += spl.o
14 obj-$(CONFIG_SPEAR600) += spear600.o
15 obj-$(CONFIG_DDR_MT47H64M16) += spr600_mt47h64m16_3_333_cl5_psync.o
16 obj-$(CONFIG_DDR_MT47H32M16) += spr600_mt47h32m16_333_cl5_psync.o
17 obj-$(CONFIG_DDR_MT47H32M16) += spr600_mt47h32m16_37e_166_cl4_sync.o
18 obj-$(CONFIG_DDR_MT47H128M8) += spr600_mt47h128m8_3_266_cl5_async.o
19 else
20 obj-y += spr_misc.o spr_lowlevel_init.o
21 endif
22
23 extra-$(CONFIG_SPL_BUILD) := start.o