]> git.sur5r.net Git - u-boot/blob - arch/arm/cpu/pxa/Makefile
79fcb7398b3f58edb4367b8d82310287e8bada42
[u-boot] / arch / arm / cpu / pxa / 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-$(CONFIG_CPU_PXA25X)        += pxa2xx.o
11 obj-$(CONFIG_CPU_PXA27X)        += pxa2xx.o
12
13 obj-y   += cpuinfo.o
14 obj-y   += timer.o
15 obj-y   += usb.o
16 obj-y   += relocate.o
17 obj-y   += cache.o