Merge branch 'master' of git://git.denx.de/u-boot-blackfin
[oweals/u-boot.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 $(shell mkdir -p $(OBJTREE)/board/freescale/common)
8
9 extra-y = start.o
10 obj-y   := cpu.o
11 obj-y   += traps.o
12 obj-y += cpu_init.o
13 obj-y += fixed_sdram.o
14 obj-y += i2c.o
15 obj-y += interrupts.o
16 obj-y += iopin.o
17 obj-y += serial.o
18 obj-y += speed.o
19 obj-$(CONFIG_FSL_DIU_FB) += diu.o
20 obj-$(CONFIG_CMD_IDE) += ide.o
21 obj-$(CONFIG_PCI) += pci.o
22
23 # Stub implementations of cache management functions for USB
24 obj-$(CONFIG_USB_EHCI) += cache.o