summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/cpu/mpc86xx/Makefile
blob: bcb786dcab7573b7e74aa6a19f5f58ba93dd76ea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
#
# Copyright 2007 Freescale Semiconductor, Inc.
# (C) Copyright 2002,2003 Motorola Inc.
# Xianghua Xiao,X.Xiao@motorola.com
#
# (C) Copyright 2004 Freescale Semiconductor. (MC86xx Port)
# Jeff Brown
# SPDX-License-Identifier:	GPL-2.0+
#

extra-y	= start.o
extra-y	+= traps.o

obj-y += cache.o
obj-$(CONFIG_MP) += release.o

obj-y	+= cpu.o
obj-y	+= cpu_init.o
# 8610 & 8641 are identical w/regards to DDR
obj-$(CONFIG_MPC8610) += ddr-8641.o
obj-$(CONFIG_MPC8641) += ddr-8641.o
obj-$(CONFIG_OF_LIBFDT) += fdt.o
obj-y	+= interrupts.o
obj-$(CONFIG_MP) += mp.o
obj-$(CONFIG_MPC8610) += mpc8610_serdes.o
obj-$(CONFIG_MPC8641) += mpc8641_serdes.o
obj-y	+= speed.o
OpenPOWER on IntegriCloud