]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - arch/arm/cpu/arm926ejs/Makefile
ARM: kirkwood: move SOC sources to mach-kirkwood
[karo-tx-uboot.git] / arch / arm / cpu / arm926ejs / 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 extra-y = start.o
9 obj-y   = cpu.o cache.o
10
11 ifdef   CONFIG_SPL_BUILD
12 ifdef   CONFIG_SPL_NO_CPU_SUPPORT_CODE
13 extra-y :=
14 endif
15 endif
16
17 obj-$(CONFIG_ARMADA100) += armada100/
18 obj-$(if $(filter lpc32xx,$(SOC)),y) += lpc32xx/
19 obj-$(CONFIG_MB86R0x) += mb86r0x/
20 obj-$(CONFIG_SOC_MX25) += mx25/
21 obj-$(CONFIG_SOC_MX27) += mx27/
22 obj-$(if $(filter mxs,$(SOC)),y) += mxs/
23 obj-$(CONFIG_ARCH_NOMADIK) += nomadik/
24 obj-$(CONFIG_ORION5X) += orion5x/
25 obj-$(CONFIG_PANTHEON) += pantheon/
26 obj-$(if $(filter spear,$(SOC)),y) += spear/
27 obj-$(CONFIG_ARCH_VERSATILE) += versatile/