Merge branch 'master' of git://git.denx.de/u-boot
[platform/kernel/u-boot.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-$(CONFIG_EP93XX) += ep93xx/
14 obj-$(CONFIG_IMX) += imx/
15 obj-$(CONFIG_S3C24X0) += s3c24x0/