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

extra-y	= start.o

obj-$(CONFIG_CPU_PXA25X)	+= pxa2xx.o
obj-$(CONFIG_CPU_PXA27X)	+= pxa2xx.o

obj-y	+= cpuinfo.o
obj-y	+= timer.o
obj-y	+= usb.o
obj-y	+= relocate.o
obj-y	+= cache.o
OpenPOWER on IntegriCloud