]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - arch/arm/cpu/arm920t/Makefile
Merge git://git.denx.de/u-boot-dm
[karo-tx-uboot.git] / arch / arm / cpu / arm920t / 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
10 obj-y   += cpu.o
11 obj-$(CONFIG_USE_IRQ)   += interrupts.o
12
13 obj-$(if $(filter a320,$(SOC)),y) += a320/
14 obj-$(CONFIG_AT91FAMILY) += at91/
15 obj-$(CONFIG_EP93XX) += ep93xx/
16 obj-$(CONFIG_IMX) += imx/
17 obj-$(CONFIG_KS8695) += ks8695/
18 obj-$(CONFIG_S3C24X0) += s3c24x0/