]> git.ipfire.org Git - people/ms/u-boot.git/blame - arch/arm/cpu/arm926ejs/Makefile
ARM: davinci: move SoC sources to mach-davinci
[people/ms/u-boot.git] / arch / arm / cpu / arm926ejs / Makefile
CommitLineData
8ed96046 1#
f9328639 2# (C) Copyright 2000-2006
8ed96046
WD
3# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
4#
1a459660 5# SPDX-License-Identifier: GPL-2.0+
8ed96046
WD
6#
7
d8769c62
MY
8extra-y = start.o
9obj-y = cpu.o cache.o
8ed96046 10
99bd341b
MV
11ifdef CONFIG_SPL_BUILD
12ifdef CONFIG_SPL_NO_CPU_SUPPORT_CODE
d8769c62 13extra-y :=
99bd341b
MV
14endif
15endif
165ecd26 16
56f31e87 17obj-$(CONFIG_ARMADA100) += armada100/
56f31e87
MY
18obj-$(CONFIG_KIRKWOOD) += kirkwood/
19obj-$(if $(filter lpc32xx,$(SOC)),y) += lpc32xx/
20obj-$(CONFIG_MB86R0x) += mb86r0x/
21obj-$(CONFIG_MX25) += mx25/
22obj-$(CONFIG_MX27) += mx27/
23obj-$(if $(filter mxs,$(SOC)),y) += mxs/
24obj-$(CONFIG_ARCH_NOMADIK) += nomadik/
25obj-$(CONFIG_ORION5X) += orion5x/
26obj-$(CONFIG_PANTHEON) += pantheon/
27obj-$(if $(filter spear,$(SOC)),y) += spear/
28obj-$(CONFIG_ARCH_VERSATILE) += versatile/