]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - arch/powerpc/cpu/mpc5xxx/Makefile
Merge branch 'karo-tx-uboot' into kc-merge
[karo-tx-uboot.git] / arch / powerpc / cpu / mpc5xxx / Makefile
1 #
2 # (C) Copyright 2003-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 extra-y += traps.o
10 obj-y  += cache.o
11 obj-y  += io.o
12 obj-y  += firmware_sc_task_bestcomm.impl.o
13 obj-y += i2c.o
14 obj-y += cpu.o
15 obj-y += cpu_init.o
16 obj-y += ide.o
17 obj-y += interrupts.o
18 obj-y += loadtask.o
19 obj-y += pci_mpc5200.o
20 obj-y += serial.o
21 obj-y += speed.o
22 obj-$(CONFIG_CMD_USB) += usb_ohci.o
23 obj-$(CONFIG_CMD_USB) += usb.o
24
25 ifdef CONFIG_SPL_BUILD
26 obj-y += spl_boot.o
27 endif