]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - arch/powerpc/cpu/mpc86xx/Makefile
vexpress: use correct timer address on extended memory map systems
[karo-tx-uboot.git] / arch / powerpc / cpu / mpc86xx / Makefile
1 #
2 # Copyright 2007 Freescale Semiconductor, Inc.
3 # (C) Copyright 2002,2003 Motorola Inc.
4 # Xianghua Xiao,X.Xiao@motorola.com
5 #
6 # (C) Copyright 2004 Freescale Semiconductor. (MC86xx Port)
7 # Jeff Brown
8 # SPDX-License-Identifier:      GPL-2.0+
9 #
10
11 extra-y = start.o
12 extra-y += traps.o
13
14 obj-y += cache.o
15 obj-$(CONFIG_MP) += release.o
16
17 obj-y   += cpu.o
18 obj-y   += cpu_init.o
19 # 8610 & 8641 are identical w/regards to DDR
20 obj-$(CONFIG_MPC8610) += ddr-8641.o
21 obj-$(CONFIG_MPC8641) += ddr-8641.o
22 obj-$(CONFIG_OF_LIBFDT) += fdt.o
23 obj-y   += interrupts.o
24 obj-$(CONFIG_MP) += mp.o
25 obj-$(CONFIG_MPC8610) += mpc8610_serdes.o
26 obj-$(CONFIG_MPC8641) += mpc8641_serdes.o
27 obj-y   += speed.o