]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - arch/arm/cpu/arm926ejs/Makefile
ARM: remove dkb board support
[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_SOC_MX25) += mx25/
20 obj-$(CONFIG_SOC_MX27) += mx27/
21 obj-$(if $(filter mxs,$(SOC)),y) += mxs/
22 obj-$(if $(filter spear,$(SOC)),y) += spear/