summaryrefslogtreecommitdiffstats
path: root/arch/arm/cpu/arm920t/Makefile
blob: 29a350c9a6fafeb3cc69090f5f2005744b0bc143 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#
# (C) Copyright 2000-2006
# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
#
# SPDX-License-Identifier:	GPL-2.0+
#

extra-y	= start.o

obj-y	+= cpu.o
obj-$(CONFIG_USE_IRQ)	+= interrupts.o

obj-$(if $(filter a320,$(SOC)),y) += a320/
obj-$(CONFIG_EP93XX) += ep93xx/
obj-$(CONFIG_IMX) += imx/
obj-$(CONFIG_S3C24X0) += s3c24x0/
OpenPOWER on IntegriCloud