xref: /openbmc/u-boot/arch/arm/cpu/arm926ejs/Makefile (revision d648964f)
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
8extra-y	= start.o
9obj-y	= cpu.o cache.o
10
11ifdef	CONFIG_SPL_BUILD
12ifdef	CONFIG_SPL_NO_CPU_SUPPORT_CODE
13extra-y	:=
14endif
15endif
16
17obj-$(CONFIG_ARMADA100) += armada100/
18obj-$(if $(filter lpc32xx,$(SOC)),y) += lpc32xx/
19obj-$(CONFIG_MB86R0x) += mb86r0x/
20obj-$(CONFIG_MX25) += mx25/
21obj-$(CONFIG_MX27) += mx27/
22obj-$(if $(filter mxs,$(SOC)),y) += mxs/
23obj-$(CONFIG_PANTHEON) += pantheon/
24obj-$(if $(filter spear,$(SOC)),y) += spear/
25