]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - arch/powerpc/cpu/mpc5xxx/Makefile
5c67e1d37d8ca858a1ac963e9ca0ca9dc1d72cd0
[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  += io.o
11 obj-y  += firmware_sc_task_bestcomm.impl.o
12 obj-y += i2c.o
13 obj-y += cpu.o
14 obj-y += cpu_init.o
15 obj-y += ide.o
16 obj-y += interrupts.o
17 obj-y += loadtask.o
18 obj-y += pci_mpc5200.o
19 obj-y += serial.o
20 obj-y += speed.o
21 obj-$(CONFIG_CMD_USB) += usb_ohci.o
22 obj-$(CONFIG_CMD_USB) += usb.o
23
24 ifdef CONFIG_SPL_BUILD
25 obj-y += spl_boot.o
26 endif