]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - arch/powerpc/cpu/mpc512x/Makefile
Merge branch 'karo-tx-uboot' into kc-merge
[karo-tx-uboot.git] / arch / powerpc / cpu / mpc512x / Makefile
1 #
2 # (C) Copyright 2007-2009 DENX Software Engineering
3 #
4 # SPDX-License-Identifier:      GPL-2.0+
5 #
6
7 extra-y = start.o
8 obj-y   := cpu.o
9 obj-y   += traps.o
10 obj-y += cpu_init.o
11 obj-y += fixed_sdram.o
12 obj-y += i2c.o
13 obj-y += interrupts.o
14 obj-y += iopin.o
15 obj-y += serial.o
16 obj-y += speed.o
17 obj-$(CONFIG_FSL_DIU_FB) += diu.o
18 obj-$(CONFIG_CMD_IDE) += ide.o
19 obj-$(CONFIG_PCI) += pci.o
20
21 # Stub implementations of cache management functions for USB
22 obj-$(CONFIG_USB_EHCI) += cache.o