summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/cpu/mpc5xxx/Makefile
blob: d122b29aec56d2c05874c30909d7f2d36720bc9b (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
#
# (C) Copyright 2003-2006
# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
#
# SPDX-License-Identifier:	GPL-2.0+
#

extra-y	= start.o
extra-y += traps.o
obj-y  += cache.o
obj-y  += io.o
obj-y  += firmware_sc_task_bestcomm.impl.o
obj-y += i2c.o
obj-y += cpu.o
obj-y += cpu_init.o
obj-y += ide.o
obj-y += interrupts.o
obj-y += loadtask.o
obj-y += pci_mpc5200.o
obj-y += serial.o
obj-y += speed.o
obj-$(CONFIG_CMD_USB) += usb_ohci.o
obj-$(CONFIG_CMD_USB) += usb.o

ifdef CONFIG_SPL_BUILD
obj-y += spl_boot.o
endif
OpenPOWER on IntegriCloud